blind and brutal 2to3
[nodemanager.git] / doc / DocBookLocal.py
index 62853a8..c697c3d 100755 (executable)
@@ -11,7 +11,7 @@ def api_methods():
     for func in dir(api_calls):
         try:
             f = api_calls.__getattribute__(func)
-            if 'group' in f.__dict__.keys():
+            if 'group' in list(f.__dict__.keys()):
                 api_function_list += [api_calls.__getattribute__(func)]
         except:
             pass