mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-12 17:39:26 -04:00
use LooseVersion instead of StrictVersion, so that upstream versions of Flask that contain -dev will still work. Fixes #442
This commit is contained in:
parent
6cd4b4391d
commit
263d0a102b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
from distutils.version import StrictVersion as Version
|
||||
from distutils.version import LooseVersion as Version
|
||||
import queue, mimetypes, platform, os, sys, socket, logging, hmac
|
||||
from urllib.request import urlopen
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue