~parinporecha/gtg/config_parser_bug

« back to all changes in this revision

Viewing changes to GTG/plugins/hamster/__init__.py

  • Committer: Izidor Matušov
  • Date: 2013-02-25 07:35:07 UTC
  • Revision ID: izidor.matusov@gmail.com-20130225073507-vgts69uthx7z2run
PEP8ification by Nimit

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from GTG.plugins.hamster.hamster import hamsterPlugin
18
18
 
19
19
 
20
 
#suppress pyflakes warning (given by make lint)
21
 
if False == True:
 
20
# suppress pyflakes warning (given by make lint)
 
21
if False is True:
22
22
    hamsterPlugin()