From 243ca6abc449e7f67d3ccedd2deae860d4c0f03d Mon Sep 17 00:00:00 2001 From: David Ripton Date: Fri, 28 Oct 2011 17:43:03 -0400 Subject: [PATCH] Appease pep8 --- setup.py | 4 ++-- slugathon/gui/PickMarker.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7e008800..38b24ff0 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__copyright__ = "Copyright (c) 2009-2010 David Ripton" +__copyright__ = "Copyright (c) 2009-2011 David Ripton" __license__ = "GNU GPL v2" @@ -21,7 +21,7 @@ class install_data_twisted(install_data): """ def finalize_options(self): self.set_undefined_options("install", - ("install_lib", "install_dir") + ("install_lib", "install_dir"), ) install_data.finalize_options(self) diff --git a/slugathon/gui/PickMarker.py b/slugathon/gui/PickMarker.py index 9e8bc066..5570ffb6 100755 --- a/slugathon/gui/PickMarker.py +++ b/slugathon/gui/PickMarker.py @@ -89,6 +89,7 @@ def cb_destroy(self, widget): if __name__ == "__main__": + def my_callback((game_name, username, markername)): log("picked", markername) reactor.stop()