usr/src/cmd/distro_const/distro_spec.py
changeset 1680 902e7dbd8043
parent 1663 fcaba03e9aba
--- a/usr/src/cmd/distro_const/distro_spec.py	Thu May 17 10:48:00 2012 -0700
+++ b/usr/src/cmd/distro_const/distro_spec.py	Thu May 17 11:41:46 2012 -0700
@@ -24,6 +24,13 @@
 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
+""" distro_spec
+
+ Distro object class for handling the <distro> elements
+ in the manifest.
+
+"""
+
 import sys
 
 from lxml import etree
@@ -32,13 +39,6 @@
 from solaris_install.data_object.cache import DataObjectCache
 from solaris_install.data_object.simple import SimpleXmlHandlerBase
 
-""" distro_spec
-
- Distro object class for handling the <distro> elements
- in the manifest.
-
-"""
-
 
 class Distro(SimpleXmlHandlerBase):
     TAG_NAME = "distro"