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
|
#!/usr/bin/python
|
||||||
import sys, os
|
import sys, os
|
||||||
import vars
|
import vars
|
||||||
from helpers import *
|
from helpers import sname, add_dep, debug, err, mkdirp, unlink
|
||||||
|
|
||||||
|
|
||||||
def _dirty_deps(t, depth):
|
def _dirty_deps(t, depth):
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import sys, os
|
import sys, os
|
||||||
import vars
|
import vars
|
||||||
from helpers import *
|
from helpers import err, add_dep, mkdirp
|
||||||
|
|
||||||
|
|
||||||
if not vars.TARGET:
|
if not vars.TARGET:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue