Skip to content

Instantly share code, notes, and snippets.

@ephur
Created March 6, 2013 20:54
Show Gist options
  • Save ephur/5102966 to your computer and use it in GitHub Desktop.
Save ephur/5102966 to your computer and use it in GitHub Desktop.
make testing/dev easy for joist.....
#!/usr/bin/env bpython -i
#####
#
# Just put this here so I can bpython -i ./b.py and simplify my life...
#
#####
import sys
import ConfigParser
import json
sys.path.insert(0, "./lib")
import joist
j = joist.Secure("/Users/ephur/Projects/CloudServers/src/joist/etc/keys/")
config = ConfigParser.ConfigParser()
config.read("/Users/ephur/Projects/CloudServers/src/joist/etc/joist-local.ini")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment