Skip to content
Snippets Groups Projects
Commit f0bc4a6b authored by Bryan Tong Minh's avatar Bryan Tong Minh
Browse files

Import errors module

parent 1180afb0
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ import time ...@@ -2,6 +2,8 @@ import time
from HTMLParser import HTMLParser from HTMLParser import HTMLParser
from htmlentitydefs import name2codepoint from htmlentitydefs import name2codepoint
import errors
class OldPage(object): class OldPage(object):
@staticmethod @staticmethod
def save(self, text = u'', summary = u'', minor = False): def save(self, text = u'', summary = u'', minor = False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment