From 33db26a4f05bfe177ccfe6444e39f7e5f745c910 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Tue, 9 Aug 2011 15:01:17 -0500 Subject: [PATCH] newlines at the end of the files --- decorators.py | 2 +- var.py | 1 - wolfbot.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/decorators.py b/decorators.py index 9298304..f2a868a 100644 --- a/decorators.py +++ b/decorators.py @@ -86,4 +86,4 @@ def unhook(hdict, id): if x.id == id: hdict[cmd].remove(x) if not hdict[cmd]: - del hdict[cmd] \ No newline at end of file + del hdict[cmd] diff --git a/var.py b/var.py index 7e07c1a..672d751 100644 --- a/var.py +++ b/var.py @@ -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)) - \ No newline at end of file diff --git a/wolfbot.py b/wolfbot.py index 0fb78a3..3d5ccbd 100644 --- a/wolfbot.py +++ b/wolfbot.py @@ -99,4 +99,4 @@ if __name__ == "__main__": try: main() except: - logging.error(traceback.format_exc()) \ No newline at end of file + logging.error(traceback.format_exc())