mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-04 15:15:04 -04:00
Include local six
This commit is contained in:
parent
6c16e810e5
commit
8ff629a3e2
1 changed files with 1 additions and 1 deletions
2
nomadnet/vendor/configobj.py
vendored
2
nomadnet/vendor/configobj.py
vendored
|
@ -19,7 +19,7 @@ import sys
|
|||
|
||||
from codecs import BOM_UTF8, BOM_UTF16, BOM_UTF16_BE, BOM_UTF16_LE
|
||||
|
||||
import six
|
||||
import RNS.vendor.six as six
|
||||
__version__ = '5.0.6'
|
||||
|
||||
# imported lazily to avoid startup performance hit if it isn't used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue