~pyjamateam/pyjama/main

« back to all changes in this revision

Viewing changes to release/src/plugins/PVC/__init__.py

  • Committer: Sebastian Kalinowski
  • Date: 2009-09-26 13:51:17 UTC
  • Revision ID: beton@demonek.com-20090926135117-v92j32js62lkj8zi
Now some plugins will work with Python 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        t.start()
43
43
    return wrapper
44
44
 
45
 
@threaded
 
45
#@threaded
46
46
class main():
47
47
    def __init__(self, pyjama):
48
48
        self.pyjama = pyjama