CC-3736: Full Install fail at Ubuntu 12.04
-Forgot some imports
This commit is contained in:
parent
141d27bf27
commit
c84acdfea6
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ sys.path.append('/usr/lib/airtime/')
|
||||||
from api_clients import api_client
|
from api_clients import api_client
|
||||||
from configobj import ConfigObj
|
from configobj import ConfigObj
|
||||||
|
|
||||||
|
import logging
|
||||||
|
import logging.basicConfig
|
||||||
|
|
||||||
if os.geteuid() != 0:
|
if os.geteuid() != 0:
|
||||||
print "Please run this as root."
|
print "Please run this as root."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue