added encoding param to output_variables
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 18 Jul 2012 15:32:28 +0000 (11:32 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 18 Jul 2012 15:32:34 +0000 (11:32 -0400)
sfa/util/config.py

index 1ac9753..9caa767 100644 (file)
@@ -194,7 +194,7 @@ DO NOT EDIT. This file was automatically generated at
     def output_xml(self, encoding = "utf-8"):
         pass
 
-    def output_variables(self):
+    def output_variables(self, encoding="utf-8"):
         """
         Return list of all variable names.
         """