Skip to content

Commit 2584d47

Browse files
committed
Added easy.py module with modified imports
1 parent 4a7a471 commit 2584d47

File tree

2 files changed

+486
-0
lines changed

2 files changed

+486
-0
lines changed

iptc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from iptc.ip4tc import (is_table_available, Table, Chain, Rule, Match, Target, Policy, IPTCError)
1111
from iptc.ip6tc import is_table6_available, Table6, Rule6
1212
from iptc.errors import *
13+
import iptc.easy
1314

1415

1516
__all__ = []

0 commit comments

Comments
 (0)