fixed plural6 for the last fucking time

This commit is contained in:
Mark Pilgrim
2009-08-17 15:07:10 -04:00
parent f7bf0793e5
commit e650c09674
+2 -2
View File
@@ -19,10 +19,10 @@ class LazyRules:
def __init__(self):
self.pattern_file = open(self.rules_filename, encoding='utf-8')
def __iter__(self):
self.cache = []
self.cache_index = 0
def __iter__(self):
return self
def __next__(self):