~webapps/+junk/gwibber-opensesame-packaging

« back to all changes in this revision

Viewing changes to gwibber/microblog/plugins/flickr/__init__.py

  • Committer: Ken VanDine
  • Date: 2012-05-22 16:50:31 UTC
  • Revision ID: ken.vandine@canonical.com-20120522165031-603g9lol3ny5b24u
dist fixes for the time plugin, we want it to go with the service not the client

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from gwibber.microblog import network
2
 
from gwibber.time import parsetime
 
2
from gwibber.microblog.util.time import parsetime
3
3
 
4
4
import logging
5
5
logger = logging.getLogger("Flickr")