blob: 94b68d32f1950afff35c72f7bd83953734ff0496 [file] [log] [blame]
import os.path
import os
def makedirs( path ):
if not os.path.exists( path ):
os.makedirs( path )