#750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation.
parent
e140d8d037
commit
15eb6949ce
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(dirname "$0")
|
|
||||||
top=`pwd`
|
|
||||||
|
|
||||||
[ -r ../src/VERSION ] && VERSION="$(cat ../src/VERSION)" || VERSION="1.1.0"
|
|
||||||
RELEASE="1"
|
|
||||||
|
|
||||||
# Debian based
|
|
||||||
dpkg-buildpackage -b -d
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ else:
|
||||||
if os.path.exists('/scripts/oginit'):
|
if os.path.exists('/scripts/oginit'):
|
||||||
from .oglive.operations import * # @UnusedWildImport
|
from .oglive.operations import * # @UnusedWildImport
|
||||||
os_type = 'ogLive'
|
os_type = 'ogLive'
|
||||||
os_version = get_oglive_version().replace(',', '')
|
os_version = get_oglive_version()
|
||||||
else:
|
else:
|
||||||
from .linux.operations import * # @UnusedWildImport
|
from .linux.operations import * # @UnusedWildImport
|
||||||
os_type = 'Linux'
|
os_type = 'Linux'
|
||||||
|
|
Loading…
Reference in New Issue