Browse Source

newlines at the end of the files

master
jcao219 13 years ago
parent
commit
33db26a4f0
  1. 2
      decorators.py
  2. 1
      var.py
  3. 2
      wolfbot.py

2
decorators.py

@ -86,4 +86,4 @@ def unhook(hdict, id): @@ -86,4 +86,4 @@ def unhook(hdict, id):
if x.id == id:
hdict[cmd].remove(x)
if not hdict[cmd]:
del hdict[cmd]
del hdict[cmd]

1
var.py

@ -233,4 +233,3 @@ def update_role_stats(clk, role, won, iwon): @@ -233,4 +233,3 @@ def update_role_stats(clk, role, won, iwon):
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)",
(plid, rid, wins, iwins, total))

2
wolfbot.py

@ -99,4 +99,4 @@ if __name__ == "__main__": @@ -99,4 +99,4 @@ if __name__ == "__main__":
try:
main()
except:
logging.error(traceback.format_exc())
logging.error(traceback.format_exc())

Loading…
Cancel
Save