Commit d84749a8 authored by Kirill Smelkov's avatar Kirill Smelkov

X py: Don't import MySQLdb where it is not needed

parent 3e7dfb6a
......@@ -26,7 +26,7 @@ import sys
import tempfile
import unittest
import weakref
import MySQLdb
#import MySQLdb
import transaction
from contextlib import contextmanager
......
......@@ -22,7 +22,6 @@ import ZODB
import socket
import signal
import random
import MySQLdb
import sqlite3
import unittest
import tempfile
......
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