X7ROOT File Manager
Current Path:
/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/toml
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
pip
/
_vendor
/
toml
/
??
..
??
__init__.py
(747 B)
??
__init__.pyc
(895 B)
??
common.py
(242 B)
??
common.pyc
(482 B)
??
decoder.py
(37.79 KB)
??
decoder.pyc
(30.03 KB)
??
encoder.py
(9.72 KB)
??
encoder.pyc
(13.77 KB)
??
ordered.py
(378 B)
??
ordered.pyc
(1.51 KB)
??
tz.py
(618 B)
??
tz.pyc
(1.83 KB)
Editing: ordered.py
from collections import OrderedDict from pip._vendor.toml import TomlEncoder from pip._vendor.toml import TomlDecoder class TomlOrderedDecoder(TomlDecoder): def __init__(self): super(self.__class__, self).__init__(_dict=OrderedDict) class TomlOrderedEncoder(TomlEncoder): def __init__(self): super(self.__class__, self).__init__(_dict=OrderedDict)
Upload File
Create Folder