summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 3eed1ddb0..e67817cff 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -16,7 +16,7 @@ import re
import tempfile
try:
- import cPickle as picke
+ import cPickle as pickle
except ImportError:
import pickle