#load stuff lower down the file.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 2 Feb 2008 16:00:27 +0000 (16:00 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 2 Feb 2008 16:00:27 +0000 (16:00 +0000)
virt-p2v.ml

index e507ed2..8e3dd53 100755 (executable)
@@ -1,12 +1,4 @@
 #!/usr/bin/ocamlrun /usr/bin/ocaml
-#load "unix.cma";;
-#directory "+extlib";;
-#load "extLib.cma";;
-#directory "+pcre";;
-#load "pcre.cma";;
-#directory "+xml-light";;
-#load "xml-light.cma";;
-
 (* virt-p2v.ml is a script which performs a physical to
  * virtual conversion of local disks.
  *
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *)
 
+#load "unix.cma";;
+#directory "+extlib";;
+#load "extLib.cma";;
+#directory "+pcre";;
+#load "pcre.cma";;
+#directory "+xml-light";;
+#load "xml-light.cma";;
+
 open Unix
 open Printf
 open ExtList