smbserver: pin Python version to 2 since we are not yet 3 compatible

Even though the existing code can be fixed to run on Python 3, the
tests will fail due to the Unicode transition the protocol is invalid.

Follow up to ee63837
Closes #5085
This commit is contained in:
Marc Hoersken 2020-03-12 09:26:00 +01:00
parent af07875c0d
commit ba0e6fbd30
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Project ___| | | | _ \| |