diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2020-12-03 12:29:50 +0000 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-12-03 13:38:43 +0100 |
commit | f0aa3df485172e8419d37186b08cd480f0a2a7d9 (patch) | |
tree | fa5ae5ca7dabfaac149d4f29b7a9287c46980f1b /src/live/__init__.py | |
parent | 900a1c8f08340be47939294621b40cec82efc944 (diff) |
Rename 'linux' folder and operations to 'live'
ogLive related operations are named inside a 'Linux' folder, also its
python class is named OgLinuxOperations. Rename every 'linux' occurrence
with live to further clarify this folder and operations.
- OgLinuxOperations -> OgLiveOperations
- src/linux/ -> src/live/
Fixes: 1377acee ('Rename 'linux' mode to 'live' mode')
Diffstat (limited to 'src/live/__init__.py')
-rw-r--r-- | src/live/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/live/__init__.py b/src/live/__init__.py new file mode 100644 index 0000000..d98c85c --- /dev/null +++ b/src/live/__init__.py @@ -0,0 +1,7 @@ +# +# Copyright (C) 2020 Soleta Networks <info@soleta.eu> +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation, version 3. +# |