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/linux/__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/linux/__init__.py')
-rw-r--r-- | src/linux/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/linux/__init__.py b/src/linux/__init__.py deleted file mode 100644 index d98c85c..0000000 --- a/src/linux/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# -# 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. -# |