mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
7 lines
107 B
Python
7 lines
107 B
Python
from __future__ import absolute_import
|
|
import sys
|
|
|
|
assert sys.version_info[0] < 3
|
|
|
|
from cookielib import *
|