Explorar el Código

Removed stray instruction.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
05b731c668
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      earwigbot/wiki/site.py

+ 0
- 1
earwigbot/wiki/site.py Ver fichero

@@ -723,7 +723,6 @@ class Site(object):
<get_page>`.
"""
catname = self._unicodeify(catname)
name = name if isinstance(name, unicode) else name.decode("utf8")
prefix = self.namespace_id_to_name(constants.NS_CATEGORY)
pagename = u':'.join((prefix, catname))
return Category(self, pagename, follow_redirects, pageid)


Cargando…
Cancelar
Guardar