summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 686b1ba..6c03509 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -234,7 +234,8 @@ class JobQueue():
for line in _iterdump(djconn):
f.write('%s\n' % line.encode("utf8"))
- # now import the memory image sql into (to do)
+ # now import the memory image sql into
+ ####(to do)
return True
def showprofile(self):