public this repo is viewable by everyone
Description: Simple to use TheTVDB.com API in Python
Clone URL: git://github.com/dbr/tvdb_api.git
Added version/author to class
dbr (author)
10 days ago
commit  948f18e32e3c57d15e7c513324f03c9123700d44
tree    9dc6a7db7ecd3ac5e2f601c0fb933e48fd9d9ae3
parent  9cd0164015f9c2e3e45722feedeeb80f293e1df9
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+__author__ = "dbr/Ben"
0
+__version = "0.1"
0
+
0
 class _Ddict(dict):
0
     def __init__(self, default=None):
0
         self.default = default

Comments

    No one has commented yet.