Changeset 232:59f26b03d1a9 for wokkel
- Timestamp:
- Feb 21, 2018, 9:18:45 AM (4 years ago)
- Branch:
- default
- hg-git-rename-source:
- git
- Location:
- wokkel
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/__init__.py
r96 r232 7 7 Support library for Twisted applications using XMPP protocols. 8 8 """ 9 10 from wokkel._version import __version__ as _incremental_version 11 12 __version__ = _incremental_version.base() 13 14 __all__ = ["__version__"]
Note: See TracChangeset
for help on using the changeset viewer.