summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-07-20 02:41:23 -0600
committerkballou <kballou@devnulllabs.io>2014-07-23 00:42:08 -0600
commit87ca7a59e0bb789acca96ae9686e65148b14e4c0 (patch)
treed127a626060de9c4812cb682d9ec77fedb2daac7 /xnt
parent0d88add8c0a1252bfa36a1e7331914d4569c2ed2 (diff)
downloadxnt-87ca7a59e0bb789acca96ae9686e65148b14e4c0.tar.gz
xnt-87ca7a59e0bb789acca96ae9686e65148b14e4c0.tar.xz
Remove unnecessary import
Diffstat (limited to 'xnt')
-rw-r--r--xnt/build/cc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/xnt/build/cc.py b/xnt/build/cc.py
index 4123777..e17276b 100644
--- a/xnt/build/cc.py
+++ b/xnt/build/cc.py
@@ -20,7 +20,6 @@ Definition of commonly used compilers
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import os
import logging
from xnt.tasks import __apply__
from xnt.tasks import __call__