mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04: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 *
|