mirror of https://github.com/mahmoud/boltons.git
moving 'tests' directory out and under root as 'misc' (these are really more like utilities and examples)
This commit is contained in:
parent
e5b7582178
commit
807b45e609
|
@ -1,11 +1,8 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import json
|
import json
|
||||||
from os.path import expanduser
|
|
||||||
|
|
||||||
sys.path.append(expanduser('~/projects/clastic'))
|
|
||||||
import clastic
|
import clastic
|
||||||
from clastic import Application
|
from clastic import Application
|
||||||
from clastic.render import JSONRender
|
from clastic.render import JSONRender
|
||||||
|
@ -13,7 +10,7 @@ from clastic.middleware import GetParamMiddleware
|
||||||
from clastic import Response
|
from clastic import Response
|
||||||
from clastic.sinter import getargspec
|
from clastic.sinter import getargspec
|
||||||
|
|
||||||
from tableutils import Table
|
from boltons.tableutils import Table
|
||||||
|
|
||||||
_DATA = json.load(open('meta_stats.json'))
|
_DATA = json.load(open('meta_stats.json'))
|
||||||
|
|
Loading…
Reference in New Issue