fixes from review comments

This commit is contained in:
Thomas Maddox
2013-04-29 16:09:27 -05:00
parent b7b712e22b
commit bc4a3f6942
3 changed files with 13 additions and 16 deletions

View File

@@ -3,11 +3,10 @@ import datetime
import json
import sys
import time
from os import environ
import os
import prettytable
sys.path.append(environ.get('STACKTACH_INSTALL_DIR', '/stacktach'))
sys.path.append(os.environ.get('STACKTACH_INSTALL_DIR', '/stacktach'))
from stacktach import datetime_to_decimal as dt
from stacktach import image_type