#750: Using PEP 8 Style Guide for Python in new module; implementing basic {{{getconfig}}} operation.

oglive^2^2
Ramón M. Gómez 2018-06-18 20:47:35 +02:00
parent 079b250bb1
commit 3c5a6993d7
2 changed files with 1 additions and 12 deletions

View File

@ -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

View File

@ -49,7 +49,7 @@ else:
if os.path.exists('/scripts/oginit'):
from .oglive.operations import * # @UnusedWildImport
os_type = 'ogLive'
os_version = get_oglive_version().replace(',', '')
os_version = get_oglive_version()
else:
from .linux.operations import * # @UnusedWildImport
os_type = 'Linux'