This website works better with JavaScript.
首頁
說明
登入
ben
/
copyvios
镜像来自
https://github.com/earwig/copyvios
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Fix recursion bug.
pull/24/head
Ben Kurtovic
10 年之前
父節點
6eed95c761
當前提交
a1d8b79265
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
copyvios/misc.py
+ 1
- 1
copyvios/misc.py
查看文件
@@ -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…
取消
儲存