summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-30 16:44:28 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 16:44:28 -0400
commiteec91f5918eafec89946118b08443e8fdaf9369c (patch)
tree690d3565d42d3518f8ea9d63d1a4e79f4d9dcff1
parent26af38ef0da951b122ba70b969755420bbd95abe (diff)
downloadjsonschema-eec91f5918eafec89946118b08443e8fdaf9369c.tar.gz
Maybe better luck for now with a maintained thing...
-rw-r--r--jsonschema/benchmarks/issue232.py2
-rw-r--r--jsonschema/tests/_suite.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/jsonschema/benchmarks/issue232.py b/jsonschema/benchmarks/issue232.py
index 368b744..460bb06 100644
--- a/jsonschema/benchmarks/issue232.py
+++ b/jsonschema/benchmarks/issue232.py
@@ -5,7 +5,7 @@ A performance benchmark using the example from issue #232:
https://github.com/Julian/jsonschema/pull/232
"""
-from bp.filepath import FilePath
+from twisted.python.filepath import FilePath
from perf import Runner
from pyrsistent import m
diff --git a/jsonschema/tests/_suite.py b/jsonschema/tests/_suite.py
index 13b66e3..cebf11f 100644
--- a/jsonschema/tests/_suite.py
+++ b/jsonschema/tests/_suite.py
@@ -10,7 +10,7 @@ import subprocess
import sys
import unittest
-from bp.filepath import FilePath
+from twisted.python.filepath import FilePath
import attr
from jsonschema.compat import PY3