mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
6 lines
106 B
Python
6 lines
106 B
Python
|
from __future__ import absolute_import
|
||
|
import sys
|
||
|
|
||
|
assert sys.version_info[0] < 3
|
||
|
from xmlrpclib import *
|