This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Fix recursion bug.
pull/24/head
Ben Kurtovic
10 years ago
parent
6eed95c761
commit
a1d8b79265
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
copyvios/misc.py
+ 1
- 1
copyvios/misc.py
View File
@@ -29,7 +29,7 @@ class Query(object):
class _AppCache(object):
def __init__(self):
s
elf._data = {}
s
uper(_AppCache, self).__setattr__("_data", {})
def __getattr__(self, key):
return self._data[key]
Write
Preview
Loading…
Cancel
Save