From 3cf2202d87abf6b764df1aad655f44be31d2d611 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Tue, 16 Dec 2008 11:39:50 +0100 Subject: [PATCH] [FIX] Remove the unused constant bzr revid: stephane@tinyerp.com-20081216103950-cdcvcq0fnlt7cs27 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 125f9e7b2a5..d7de94a7850 100755 --- a/setup.py +++ b/setup.py @@ -32,8 +32,6 @@ import sys import os import glob -from stat import ST_MODE - from distutils.core import setup, Command from distutils.command.install import install