""" These imports are of user contributed scripts. This file WILL be updated by us """ scripts = [ 'OlexPlaton', 'OlexMail', 'OlexCheckCIF', 'OlexCDS', 'flipsmall', 'OlexBET', 'Olexhole', 'Olex2CCDC', 'Tutorials', #'OlexSir', #'LazyOlex', ] for script in scripts: try: __import__(script) except Exception, ex: print "Import from userScripts.py failed: %s" %ex