summaryrefslogtreecommitdiff
path: root/src/leap/mx/util/__init__.py
AgeCommit message (Collapse)Author
2013-04-25More cleanupTomas Touceda
2013-02-16Cleaned up versioning to have more easily parsable public methods.Isis Lovecruft
* Changed most of version.py to be in class Version, without importing any twisted code (so that runner.CheckRequirements can check for it first) and so that leap/mx/util/__init__.py can do: import version version = version.Version() to expost only the public methods. * Moved client detection platform code to leap/mx/util/config.py.
2013-02-15Module directory layout changes, with corresponding __init__.py changes.Isis Lovecruft