Remove a glob import from tidy.py.

This commit is contained in:
Ms2ger 2014-07-11 13:02:35 +02:00
parent fed50cca1e
commit eb7654719a

View file

@ -10,7 +10,7 @@
#!/usr/bin/env python
import fileinput, sys, os
from licenseck import *
from licenseck import check_license
err = 0