~ubuntu-branches/ubuntu/trusty/bkchem/trusty

« back to all changes in this revision

Viewing changes to bkchem/plugins/piddle_lowlevel.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-02-23 22:43:18 UTC
  • mfrom: (1.1.3 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090223224318-7rs4x9kqrdhjynz5
Tags: 0.13.0-1
* New upstream release 0.13.0.

* debian/control (Vcs-Svn): Fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
import plugin
22
22
from tk2piddle import tk2piddle
23
 
import transform
 
23
from oasa import transform
24
24
 
25
25
from singleton_store import Screen, Store
26
26