This commit is contained in:
Artem Sapegin 2012-10-10 17:02:30 +04:00
parent 00971913a2
commit 170c17f05a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Source: https://gist.github.com/490016
import os
import glob
EXCLUDE = ['sync.py']
EXCLUDE = ['sync.py', 'Readme.md']
NO_DOT_PREFIX = ['bin']
def force_remove(path):