chiark / gitweb /
Remove unused import
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 25 Feb 2014 12:46:22 +0000 (12:46 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 25 Feb 2014 12:46:22 +0000 (12:46 +0000)
fdroidserver/common.py

index fa25881bc716b7ad2d832ca3bf02d1fc60969ba3..8ef928cbe24d1339f31dff67ec05154aeadec625 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import glob, os, sys, re
+import os, sys, re
 import shutil
 import stat
 import subprocess