Mercurial > libervia-backend
comparison sat/plugins/__init__.py @ 2562:26edcf3a30eb
core, setup: huge cleaning:
- moved directories from src and frontends/src to sat and sat_frontends, which is the recommanded naming convention
- move twisted directory to root
- removed all hacks from setup.py, and added missing dependencies, it is now clean
- use https URL for website in setup.py
- removed "Environment :: X11 Applications :: GTK", as wix is deprecated and removed
- renamed sat.sh to sat and fixed its installation
- added python_requires to specify Python version needed
- replaced glib2reactor which use deprecated code by gtk3reactor
sat can now be installed directly from virtualenv without using --system-site-packages anymore \o/
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Apr 2018 19:44:50 +0200 |
parents | src/plugins/__init__.py@70399d1acb47 |
children | 56f94936df1e |
comparison
equal
deleted
inserted
replaced
2561:bd30dc3ffe5a | 2562:26edcf3a30eb |
---|---|
1 # FIXME: remove this when RSM and MAM are in wokkel | |
2 # XXX: the Monkey Patch is here and not in src/__init__ to avoir issues with pyjamas compilation | |
3 import wokkel | |
4 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam | |
5 wokkel.pubsub = tmp_pubsub | |
6 wokkel.rsm = tmp_rsm | |
7 wokkel.mam = tmp_mam |