skeleton/__pkginfo__.py.tmpl
branchstable
changeset 1916 5c94f776e4f6
parent 1438 21b8f3961e6f
child 2157 a4acf959d07e
equal deleted inserted replaced
1915:12cd95af4e90 1916:5c94f776e4f6
    30 
    30 
    31 def listdir(dirpath):
    31 def listdir(dirpath):
    32     return [join(dirpath, fname) for fname in _listdir(dirpath)
    32     return [join(dirpath, fname) for fname in _listdir(dirpath)
    33             if fname[0] != '.' and not fname.endswith('.pyc')
    33             if fname[0] != '.' and not fname.endswith('.pyc')
    34             and not fname.endswith('~')
    34             and not fname.endswith('~')
    35             and not isdir(join(dirpath, fname))]ΒΆ
    35             and not isdir(join(dirpath, fname))]
    36 
    36 
    37 from glob import glob
    37 from glob import glob
    38 try:
    38 try:
    39     data_files = [
    39     data_files = [
    40         # common files
    40         # common files