فهرست منبع

Tag as a new style class

oz123 11 سال پیش
والد
کامیت
7b6ea9f2a7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pwman/data/convertdb.py

+ 1 - 1
pwman/data/convertdb.py

@@ -36,7 +36,7 @@ import pwman.util.config as config
 import cPickle
 
 
-class Tag:  # pragma: no cover
+class Tag(object):  # pragma: no cover
     """
     tags are specific strings used to classify nodes
     the methods in this class override some built-ins