Skip to content

Instantly share code, notes, and snippets.

@iontom
Created April 25, 2014 19:44
Show Gist options
  • Save iontom/11300832 to your computer and use it in GitHub Desktop.
Save iontom/11300832 to your computer and use it in GitHub Desktop.
TestGist
# Primary Components
import os
from python.bottle import route, run, static_file, template, view, post, request, error
import sqlite3 as lite
import sys
import json
import pymongo # import Connection
# OAuth components
import rauth
import config
# Template Components
from python.page_maker.chunks import chunks # global chunks
from python.page_maker.User import User
from python.page_maker.Settings import Settings
from python.OOIs import OOIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment