summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index f107787e48a..9e8beb429cb 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -53,7 +53,7 @@ debug = False
origenv = {}
def dumpenv():
print("the following environment variables have been set:")
- for k, v in origenv.iteritems():
+ for k, v in origenv.items():
added = os.environ[k][:len(os.environ[k])-len(v)]
if len(v) > 0:
if isWin32():