mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-30 17:54:41 +00:00
Python 2 compatibility.
This commit is contained in:
parent
634619cf8f
commit
c5f55b7796
1 changed files with 2 additions and 1 deletions
3
dev.py
3
dev.py
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
usage: dev.py [-h] (-v | -d | -c | -run-vagrant | -run-docker | -no-container)
|
||||
|
|
@ -31,6 +31,7 @@ Copyright (c) 2017, Django MarkdownX - Adi, Pouria Hadjibagheri.
|
|||
"""
|
||||
|
||||
# Python's internal libraries:
|
||||
from __future__ import unicode_literals
|
||||
from os.path import join as join_path, dirname, abspath, exists
|
||||
from os import remove
|
||||
from sys import executable as python_path
|
||||
|
|
|
|||
Loading…
Reference in a new issue