Commit 2ae621a6 authored by Michal Čihař's avatar Michal Čihař

Avoid relative imports

parent 079e3691
......@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from base import AutoFix
from trans.autofixes.base import AutoFix
class ReplaceTrailingDotsWithEllipsis(AutoFix):
......
......@@ -20,7 +20,7 @@
import re
from base import AutoFix
from trans.autofixes.base import AutoFix
class SameBookendingWhitespace(AutoFix):
......
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