mirror of
git://git.psyced.org/git/pypsyc
synced 2024-08-15 03:20:04 +00:00
last state we had in cvs
This commit is contained in:
commit
0f02e9cd76
128 changed files with 9224 additions and 0 deletions
18
mjacob/old/UI/text/Interface.py
Executable file
18
mjacob/old/UI/text/Interface.py
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Licensed under the MIT license
|
||||
# http://opensource.org/licenses/mit-license.php
|
||||
|
||||
# <C> Copyright 2007, Manuel Jacob
|
||||
|
||||
from UI import base
|
||||
|
||||
class Interface(base.BaseUI):
|
||||
def __init__(self, factory):
|
||||
self.factory = factory
|
||||
self.factory.connect()
|
||||
#BaseUI.__init__(self)
|
||||
|
||||
def _print(self, window, text):
|
||||
print '%s: %s' % (window, text)
|
Loading…
Add table
Add a link
Reference in a new issue