summaryrefslogtreecommitdiff
path: root/python/samba/tests/smb.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/smb.py')
-rw-r--r--python/samba/tests/smb.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/samba/tests/smb.py b/python/samba/tests/smb.py
index 559bb2558a4..8f6b13193f5 100644
--- a/python/samba/tests/smb.py
+++ b/python/samba/tests/smb.py
@@ -15,7 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import samba, os, random, sys
+import samba
+import os
+import random
+import sys
from samba import smb
PY3 = sys.version_info[0] == 3