Posts

Showing posts with the label regular expression

Remove PYC function in buildbot package

I play with buildbot around 4-5 days. Then I just found '''  buildbot.steps.python_twisted.RemovePYCs '''. There has content in the method is ''' find . -name "*.pyc" | xargs rm ''' which is interesting. :)