chiark / gitweb /
debian: Switch to CDBS and build for Python 2.6.
[catacomb-python] / pwsafe
diff --git a/pwsafe b/pwsafe
index 59659067c5a2bbc335ffbd13cbacc70d2daf8fce..52f9abb3c215bc3ad9b812d14b33814e92cb6ef5 100755 (executable)
--- a/pwsafe
+++ b/pwsafe
@@ -8,7 +8,7 @@ from os import environ
 from sys import argv, exit, stdin, stdout, stderr
 from getopt import getopt, GetoptError
 from fnmatch import fnmatch
-import sre as re
+import re
 
 prog = re.sub(r'^.*[/\\]', '', argv[0])
 def moan(msg):