summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-21 05:39:21 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-21 05:39:21 +0000
commit85f223019c6a1b285305f72185cbb7d3079f3d74 (patch)
tree110971ab44c24b8b007f0d6ca3508a3938908d86
parentdfbade8f8603040919c86dd5e9bf862de136159c (diff)
fix a "NameError: global name 'os' is not defined" complaint when
making new packages or bundles. i think. git-svn-id: file:///home/or/svnrepo/updater/trunk@17713 55e972cd-5a19-0410-ae62-a4d7a52db4cd
-rw-r--r--lib/thandy/formats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/thandy/formats.py b/lib/thandy/formats.py
index 0dc293c..f87128b 100644
--- a/lib/thandy/formats.py
+++ b/lib/thandy/formats.py
@@ -4,6 +4,7 @@ import time
import re
import binascii
import calendar
+import os
import thandy.checkJson
import thandy.util