[Kimchi-devel] [PATCH V2 1/4] improve controller: add a method to load root sub collections/resouces automatically
Crístian Viana
vianac at linux.vnet.ibm.com
Tue Jan 21 16:14:06 UTC 2014
Am 21-01-2014 12:03, schrieb shaohef at linux.vnet.ibm.com:
> @@ -154,3 +155,41 @@ def run_command(cmd, timeout=None):
> finally:
> if timer and not timeout_flag[0]:
> timer.cancel()
> +
> +
> +class urlSubNode(object):
According to the PEP8, class names should normally use the CapWords
convention. Please use something like "UrlSubNode".
More information about the Kimchi-devel
mailing list