Skip to content
Snippets Groups Projects
Commit 65084485 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[library] Improved documentation

And fixed unused imports
parent ec333342
No related branches found
No related tags found
2 merge requests!17Merge development branch 1.5.x,!13Improve documentation
...@@ -26,10 +26,15 @@ ...@@ -26,10 +26,15 @@
############################################################################### ###############################################################################
"""Validation for libraries""" """
=======
library
=======
Validation for libraries
"""
import os import os
import six
import simplejson import simplejson
from . import loader from . import loader
...@@ -201,8 +206,8 @@ class Library(object): ...@@ -201,8 +206,8 @@ class Library(object):
@property @property
def name(self): def name(self):
"""Returns the name of this object """Returns the name of this object"""
"""
return self._name or '__unnamed_library__' return self._name or '__unnamed_library__'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment