Skip to content

Instantly share code, notes, and snippets.

@metlos
Created July 12, 2012 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metlos/3100391 to your computer and use it in GitHub Desktop.
Save metlos/3100391 to your computer and use it in GitHub Desktop.
Importing script from RHQ server
import sys
sys.path.append("__rhq__:rhq://repositories/my_repo/")
import my_script as foo
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment