Animation and Rigging Tools: FAQ, Known Issues and Feature Roadmap

Hi guys, i have a problem running the A.R.T 1.0, on maya 2017 sp4. Everytime that i start a new scene or open a new file, ART change my scene framerate to 30fps, if i remove the userSetup.py this problem disapear. I was looking in to the code and the problem seems to be on these lines:

def launchCustomFileLister(): import customFileLister reload(customFileLister) customFileLister.UI() #setup script jobs scriptJobNum = cmds.scriptJob(event = “NewSceneOpened”, launchCustomFileLister ] ) scriptJobNum2 = cmds.scriptJob(event = “NewSceneOpened”, mayaTools]) the userSetup is creating a fucntion def launchCustomFileLister(): and calling on the new scene opened event, this function is calling a module (customfileLister) that i couldnt find it in the scripts folder. Have you seen this before? could you help me please? thanks