mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
8 lines
165 B
Python
8 lines
165 B
Python
from __future__ import absolute_import
|
|
import sys
|
|
|
|
assert sys.version_info[0] < 3
|
|
|
|
from Cookie import *
|
|
from Cookie import Morsel # left out of __all__ on Py2.7!
|