[FIX] Remove the unused constant
authorStephane Wirtel <stephane@tinyerp.com>
Tue, 16 Dec 2008 10:39:50 +0000 (11:39 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Tue, 16 Dec 2008 10:39:50 +0000 (11:39 +0100)
bzr revid: stephane@tinyerp.com-20081216103950-cdcvcq0fnlt7cs27

setup.py

index 125f9e7..d7de94a 100755 (executable)
--- 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