redo-if*.py: import fewer things from helpers.
Just to keep track of how many helper functions we actually are using. In case I get brave and try to convert to C sometime.
This commit is contained in:
parent
7a8b7340a3
commit
7505048093
4 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
import sys, os
|
||||
import vars
|
||||
from helpers import *
|
||||
from helpers import err, add_dep, mkdirp
|
||||
|
||||
|
||||
if not vars.TARGET:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue