Fix relative imports so they work in both py3 and py27

This commit is contained in:
Mark Haines 2016-03-08 11:45:50 +00:00
parent ea72bd9600
commit 7076082ae6
17 changed files with 22 additions and 22 deletions

View file

@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from _base import SQLBaseStore, _RollbackButIsFineException
from ._base import SQLBaseStore, _RollbackButIsFineException
from twisted.internet import defer, reactor