[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17713: {updater} fix a "NameError: global name 'os' is not defined" complaint (updater/trunk/lib/thandy)



Author: arma
Date: 2008-12-21 00:39:21 -0500 (Sun, 21 Dec 2008)
New Revision: 17713

Modified:
   updater/trunk/lib/thandy/formats.py
Log:
fix a "NameError: global name 'os' is not defined" complaint when
making new packages or bundles. i think.


Modified: updater/trunk/lib/thandy/formats.py
===================================================================
--- updater/trunk/lib/thandy/formats.py	2008-12-21 03:52:57 UTC (rev 17712)
+++ updater/trunk/lib/thandy/formats.py	2008-12-21 05:39:21 UTC (rev 17713)
@@ -4,6 +4,7 @@
 import re
 import binascii
 import calendar
+import os
 
 import thandy.checkJson
 import thandy.util