Add docstrings to the top of each file, since these are not easily ignored in Pylint

This commit is contained in:
Pete 2013-08-12 18:06:22 +01:00 committed by sneakypete81
parent 927e895c9b
commit 32965c716e
11 changed files with 97 additions and 58 deletions

View file

@ -1,3 +1,6 @@
"""
objects.py : Basic Trovebox API Objects
"""
try:
from urllib.parse import quote # Python3
except ImportError: