Skip to content

Commit

Permalink
Appease pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
dripton committed Oct 28, 2011
1 parent 9d0b6da commit 243ca6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"


Expand All @@ -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)

Expand Down
1 change: 1 addition & 0 deletions slugathon/gui/PickMarker.py
Expand Up @@ -89,6 +89,7 @@ def cb_destroy(self, widget):


if __name__ == "__main__":

def my_callback((game_name, username, markername)):
log("picked", markername)
reactor.stop()
Expand Down

0 comments on commit 243ca6a

Please sign in to comment.