#!/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
from oplogutils import Trimmer

if __name__ == '__main__':
    Trimmer().run()


