createnet: fix a small pylint

commit f109b1ed6f
used a undefined variable 'PAGE_MAX'.
It looks like it should be in a developing series,
but should be fixed in upstream.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao
2014-06-27 11:10:54 +08:00
committed by Giuseppe Scrivano
parent 240111f091
commit 658c9500a9

View File

@@ -37,6 +37,8 @@ PAGE_IPV4,
PAGE_IPV6,
PAGE_MISC) = range(4)
PAGE_MAX = PAGE_MISC
_green = Gdk.Color.parse("#c0ffc0")[1]
_red = Gdk.Color.parse("#ffc0c0")[1]
_black = Gdk.Color.parse("#000000")[1]