mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove a glob import from tidy.py.
This commit is contained in:
parent
fed50cca1e
commit
eb7654719a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import fileinput, sys, os
|
||||
from licenseck import *
|
||||
from licenseck import check_license
|
||||
|
||||
err = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue