wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

__init__.py (136B)


      1 from pyxp.client import Client
      2 from pyxp.dial import dial
      3 from pyxp.types import Qid, Stat
      4 
      5 VERSION = '9P2000'
      6 
      7 # vim:se sts=4 sw=4 et: