[skel] drop unused import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Sep 2011 11:59:24 +0200
branchstable
changeset 7758 1b8b83ff9f6b
parent 7757 5b3584c5a7c3
child 7759 2cd77f21fd41
[skel] drop unused import
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Tue Sep 06 11:59:21 2011 +0200
+++ b/skeleton/__pkginfo__.py.tmpl	Tue Sep 06 11:59:24 2011 +0200
@@ -18,7 +18,7 @@
 
 
 from os import listdir as _listdir
-from os.path import join, isdir, exists
+from os.path import join, isdir
 from glob import glob
 
 THIS_CUBE_DIR = join('share', 'cubicweb', 'cubes', modname)