Update README

This commit is contained in:
2016-03-02 17:36:24 +01:00
parent d9c104c731
commit 13ef026003
2 changed files with 5 additions and 11 deletions

View File

@@ -194,13 +194,6 @@ def get_interval(root, intervals, level):
new_intervals.append(ip)
return new_intervals
# 1.5.0.0
# -> 1.5.0.0 .. 1.5.29.0
# -> 1.5.30.0 .. 1.5.30.128
# -> 1.5.30.129 .. 1.5.31.0
# -> 1.5.32.0 .. 1.5.33.0
# -> 1.6.32.0 .. 1.7.0.0
def print_interval(interval):
p = '['
for i in interval: