summarylogtreecommitdiffstats
path: root/fix-rulegen-module-refs.patch
blob: 777726a9a19b2fd0778adba5d4e875d06bd8c039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN a/rulegen.py b/rulegen.py
--- a/rulegen.py	2013-12-19 12:53:11.209567208 +0100
+++ b/rulegen.py	2013-12-19 12:51:46.165734347 +0100
@@ -16,7 +16,7 @@
 import re
 import time
 import operator
-import enchant
+from pack import enchant
 
 from optparse import OptionParser, OptionGroup