projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c76a8
)
repair: unnecessary psycopg import
author
Marko Kreen
<markokr@gmail.com>
Mon, 16 Jul 2007 13:31:53 +0000
(13:31 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 16 Jul 2007 13:31:53 +0000
(13:31 +0000)
python/londiste/repair.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/repair.py
b/python/londiste/repair.py
index c4d5e6cb011c8aec5dfdfea644e23b460112dde3..5fb1cf22b078dbbca402526207ab032772366663 100644
(file)
--- a/
python/londiste/repair.py
+++ b/
python/londiste/repair.py
@@
-5,7
+5,7
@@
Walks tables by primary key and searcher
missing inserts/updates/deletes.
"""
-import sys, os, time,
psycopg,
skytools
+import sys, os, time, skytools
from syncer import Syncer