SHARE
TWEET

shelf run




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- import os
- try:
- ktools = os.environ["K_TOOLS"]
- except:
- print "K_TOOLS environment variable not correctly configured"
- else:
- import sys
- path = ktools
- if not path in sys.path:
- sys.path.append(path)
- import System.testFile as testFile
- reload(testFile)
- if __name__ == "__main__":
- try:
- ui2.close()
- except:
- pass
- ui2 = testFile.ClassName()
- ui2.show()
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.