try:
    import subprocess
except:
    import sys, os
    sys.path.append(os.path.join(os.path.dirname(__file__), 'subprocess'))
