~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/backends/backend_twitter.py

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import sys
27
27
import uuid
28
28
import subprocess
 
29
from webbrowser import open as openurl
29
30
 
30
31
#the tweepy library is not packaged for Debian/Ubuntu. Thus, a copy of it is
31
32
# kept in the GTG/backends directory
39
40
from GTG.backends.periodicimportbackend import PeriodicImportBackend
40
41
from GTG.backends.syncengine            import SyncEngine
41
42
from GTG.tools.logger                   import Log
42
 
from GTG.tools.openurl                  import openurl
43
43
 
44
44
 
45
45
class Backend(PeriodicImportBackend):