parser: add function to update the mtime for one file, courtesy Justin Patrin
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 8 Sep 2005 13:11:53 +0000 (13:11 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 8 Sep 2005 13:11:53 +0000 (13:11 +0000)
commit6a5f647e83145ab6d470469974c618511b458827
tree26714b93e571c271bcfa2fc72679791a47d81be9
parent3d7348c9eb7deebecce594f005f0019f9139e51c
parser: add function to update the mtime for one file, courtesy Justin Patrin
parser: move import bb and import os out of the commands (import in a function that's called often has a performance penalty)
lib: increase revision
shell: add 'reparse' and 'fileReparse' commands, courtesy Justin Patrin
lib/bb/__init__.py
lib/bb/parse/__init__.py
lib/bb/shell.py