8 lines
109 B
Python
8 lines
109 B
Python
from pydal._compat import *
|
|
|
|
if PY2:
|
|
from gluon.contrib import ipaddress
|
|
else:
|
|
import ipaddress
|
|
|