This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Remote API wrapper for Locksmith | |
""" | |
import urllib | |
import urllib2 | |
import json | |
LOCKSMITH_HOST = 'https://locksmith.artsalliancemedia.com' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Struct utilities | |
# Author:: Matt Sullivan (mailto:[email protected]) | |
# Attempt to require Ruby Gems; 1.8.X gem support only | |
begin | |
require 'rubygems' | |
rescue LoadError | |
# Ruby Gems not installed | |
end |
NewerOlder