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