~mvo/software-center/lp955005

« back to all changes in this revision

Viewing changes to test/create_transactions.py

  • Committer: Michael Vogt
  • Date: 2011-07-15 14:24:08 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110715142408-20e4704727mccr30
pyflake fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
 
3
 
from gi.repository import GObject, GLib
 
3
from gi.repository import GObject
4
4
 
5
5
import time
6
6