Commit f46be79d authored by Kevin Modzelewski's avatar Kevin Modzelewski

testsuite-move fix

parent 694ee172
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/testsuite/lib/django"))
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/lib/django"))
from django.template.base import Origin, Template, Context, TemplateDoesNotExist
from django.conf import settings
......
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/testsuite/lib/pyxl/"))
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/lib/pyxl/"))
from pyxl.codec.register import pyxl_transform_string
......
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/testsuite/lib/sqlalchemy/lib"))
sys.path.append(os.path.join(os.path.dirname(__file__), "../test/lib/sqlalchemy/lib"))
from sqlalchemy import Column, ForeignKey, Integer, String, Table, MetaData
from sqlalchemy.ext.declarative import declarative_base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment