Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rm1k3 committed Aug 8, 2012
1 parent 0b6b830 commit a294e17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywikibot/throttle.ctrl

This file was deleted.

8 changes: 8 additions & 0 deletions speedydeletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ def main(*args):

dump = xmlreader.XmlDump(xmlfilename)
count = 0

try :
print "try to open %s\n" % xmlfilename
with open(xmlfilename) as f: pass
except :
print "cannot open %s\n" % xmlfilename
exit (0)

for entry in dump.parse():
# print file_store[entry.title]
title=entry.title.encode("ascii","ignore")
Expand Down

0 comments on commit a294e17

Please sign in to comment.