~bryce/gtg/notebook

« back to all changes in this revision

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

  • Committer: Luca Invernizzi
  • Date: 2010-02-15 09:26:50 UTC
  • Revision ID: invernizzi.l@gmail.com-20100215092650-e2nnp5pc3o3kjq4x
make lint errors cleaning

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import os
19
19
sys.path.insert(0, os.getcwd())
20
20
 
21
 
#pyflakes gives a warning on the following line,
22
 
# but it's needed for the plugin to work
23
21
from evolutionSync import EvolutionSync
 
22
 
 
23
#needed to keep pyflakes quiet
 
24
if False == True: EvolutionSync()