~comnets/openwns-wimac/deprecated

« back to all changes in this revision

Viewing changes to PyConfig/wimac/__init__.py

  • Committer: Karsten Klagges
  • Date: 2009-01-30 15:53:22 UTC
  • Revision ID: kks@comnets.rwth-aachen.de-20090130155322-31cyf7l4zoxyr59e
* removed dependency on dll base module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import wns.WNS
 
1
import openwns
2
2
import WiMAC
3
3
 
4
 
wns.WNS.WNS.modules.wimac = WiMAC.WiMAC()
 
 
b'\\ No newline at end of file'
 
4
openwns.simulator.OpenWNS.modules.wimac = WiMAC.WiMAC()