Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Fix recursion bug.
pull/24/head
Ben Kurtovic
hace 10 años
padre
6eed95c761
commit
a1d8b79265
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
copyvios/misc.py
+ 1
- 1
copyvios/misc.py
Ver fichero
@@ -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]
Escribir
Vista previa
Cargando…
Cancelar
Guardar