start rewriting device part in python

This commit is contained in:
Pavol Rusnak 2011-04-05 00:37:34 +02:00
parent f482e0618f
commit 7994cd6095
3 changed files with 23 additions and 151 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/python
from device import Device
d = Device()
d.open('', '')
d.close()