Commit Graph

3 Commits

Author SHA1 Message Date
Florian Pelgrim 8489080ead Optimize imports, removed pseudo docstrings (#850)
Imports are now pep8 compatible.
Unfortunally there is no check in flake8. So this is a generall work
which has to be done manually.

Imports are now splitted into built-ins, third-party and own code.
Within this groups they are ordered alphabetical and grouped by `import`
and `from` import syntax.

Empty or not usefull docstrings has been removed from the code.
We don't need nonsense documentation eating up space.
2018-08-12 02:31:45 +04:00
Michel Oosterhof 2b9b47fb07 add +x bit 2018-07-07 18:16:02 +00:00
Dave Germiquet 8daa497136 Added changable process listing. (#787)
* Fixed merge conflict changes

* Implemented dynamic processing from snapshots of systems

* Fixed formatting

Add process in server.py

Added Process into its own class instead of config.
Load in the server class

* Fix formatting

* Update config.py

* Update server.py

* Update server.py

* Update process.py

* Update server.py

* Update base.py

* Update base.py

* Update base.py

* Update protocol.py
2018-07-07 22:07:12 +04:00