Fixes for pep8 1.5

This commit is contained in:
Daniel Narvaez
2014-03-29 19:25:34 +00:00
parent cbf325d994
commit 01ed63ee4b
9 changed files with 24 additions and 24 deletions
+7 -7
View File
@@ -74,14 +74,14 @@ test.show()
# This can be used to test for leaks by setting the LRU cache size
# in icon.py to 1.
#def idle_cb():
# import gc
# gc.collect()
# test.queue_draw()
# return True
# def idle_cb():
# import gc
# gc.collect()
# test.queue_draw()
# return True
#
#from gi.repository import GLib
#GLib.idle_add(idle_cb)
# from gi.repository import GLib
# GLib.idle_add(idle_cb)
if __name__ == '__main__':
common.main(test)