From de1beea245bd18cb9eadfb7dbaea6572269a97cd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 19 Feb 2016 11:26:51 +1100 Subject: Disable installing PYO and PYC. Fix install paths. Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths. --- rtemstoolkit/path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtemstoolkit/path.py') diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py index a767b41..df51005 100644 --- a/rtemstoolkit/path.py +++ b/rtemstoolkit/path.py @@ -39,8 +39,8 @@ import os import shutil import string -from . import error -from . import log +import error +import log windows = os.name == 'nt' -- cgit v1.2.3