moving 'tests' directory out and under root as 'misc' (these are really more like utilities and examples)

This commit is contained in:
Mahmoud Hashemi 2015-04-09 20:56:42 -07:00
parent e5b7582178
commit 807b45e609
2 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
import os
import sys
import json
from os.path import expanduser
sys.path.append(expanduser('~/projects/clastic'))
import clastic
from clastic import Application
from clastic.render import JSONRender
@ -13,7 +10,7 @@ from clastic.middleware import GetParamMiddleware
from clastic import Response
from clastic.sinter import getargspec
from tableutils import Table
from boltons.tableutils import Table
_DATA = json.load(open('meta_stats.json'))