Merge libdo.py and log.py into helpers.py.

This commit is contained in:
Avery Pennarun 2010-11-13 00:53:55 -08:00
commit fc27b19108
5 changed files with 66 additions and 73 deletions

View file

@ -2,8 +2,6 @@
import sys, os
import vars
from helpers import *
from log import *
from libdo import *
def _dirty_deps(t, depth):