If it is your server, you can simply edit another python file in your "root/" folder to load your file.
e.g.
Code:
import "yourfilename"
or
Code:
ui.PythonScriptLoader().LoadScriptFile(self, "yourfilename.py with rootpath")
or
Code:
execfile("yourfilename.py with rootpath")