# HG changeset patch # User Sylvain Thénault # Date 1315303164 -7200 # Node ID 1b8b83ff9f6b513aee37f96fe1a6c39fd000f372 # Parent 5b3584c5a7c35d689d620eda03a2adc6cf7da9d4 [skel] drop unused import diff -r 5b3584c5a7c3 -r 1b8b83ff9f6b 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)