ogn-python/ogn/gateway
Fabian P. Schmidt 6af31fe7a7 Move ogn client (gateway) to a separate file.
The documentation[1] says:
> In the simplest case, __init__.py can just be an empty file,
> but it can also execute initialization code for the package or
> set the __all__ variable, described later.

A class like 'ognGateway' can't be considered 'initialization code'.

[1]: https://docs.python.org/3/tutorial/modules.html#packages
2015-11-29 21:59:34 +01:00
..
__init__.py Move ogn client (gateway) to a separate file. 2015-11-29 21:59:34 +01:00
client.py Move ogn client (gateway) to a separate file. 2015-11-29 21:59:34 +01:00
manage.py Move ogn client (gateway) to a separate file. 2015-11-29 21:59:34 +01:00
settings.py