comparison test/test_cgi.py @ 5388:d26921b851c3

Python 3 preparation: make relative imports explicit. Tool-generated patch.
author Joseph Myers <jsm@polyomino.org.uk>
date Tue, 24 Jul 2018 22:22:08 +0000
parents e9fb7c539a52
children 55f09ca366c4
comparison
equal deleted inserted replaced
5387:f7432fc3db4d 5388:d26921b851c3
20 from roundup import init, instance, password, hyperdb, date 20 from roundup import init, instance, password, hyperdb, date
21 21
22 # For testing very simple rendering 22 # For testing very simple rendering
23 from roundup.cgi.engine_zopetal import RoundupPageTemplate 23 from roundup.cgi.engine_zopetal import RoundupPageTemplate
24 24
25 from mocknull import MockNull 25 from .mocknull import MockNull
26 26
27 import db_test_base 27 from . import db_test_base
28 from db_test_base import FormTestParent, setupTracker, FileUpload 28 from .db_test_base import FormTestParent, setupTracker, FileUpload
29 29
30 class FileList: 30 class FileList:
31 def __init__(self, name, *files): 31 def __init__(self, name, *files):
32 self.name = name 32 self.name = name
33 self.files = files 33 self.files = files

Roundup Issue Tracker: http://roundup-tracker.org/