PEP8 compliance

--HG--
branch : sandbox
This commit is contained in:
baloan
2015-02-01 18:14:43 +01:00
parent 0b75c9791d
commit 80da72b37d

View File

@@ -25,6 +25,7 @@ logging.basicConfig(level=logging.DEBUG,
CODE = "#MWmBEKNQkAbqXHgUFRhdwp8&aDGVZ9utO03CYvlrI=i<7+?}(*[/|;!^-~`,:. " CODE = "#MWmBEKNQkAbqXHgUFRhdwp8&aDGVZ9utO03CYvlrI=i<7+?}(*[/|;!^-~`,:. "
def main(): def main():
tkis = [] tkis = []
# build gui # build gui
@@ -42,6 +43,7 @@ def main():
root.mainloop() root.mainloop()
root.destroy() root.destroy()
def ascii2img(s): def ascii2img(s):
# create the image # create the image
# lines = StringIO(s).readlines() # lines = StringIO(s).readlines()