diff --git a/boltons/tests/_bench_omd.py b/misc/bench_omd.py similarity index 100% rename from boltons/tests/_bench_omd.py rename to misc/bench_omd.py diff --git a/boltons/tests/table_html_app.py b/misc/table_html_app.py similarity index 97% rename from boltons/tests/table_html_app.py rename to misc/table_html_app.py index c94c028..4b652e1 100644 --- a/boltons/tests/table_html_app.py +++ b/misc/table_html_app.py @@ -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'))