<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,18 @@ Importer := Object clone do(
 
 		import := method(protoName,
 			if(System ?launchPath, directories appendIfAbsent(System launchPath))
-
+			if(System getEnvironmentVariable(&quot;IOIMPORT&quot;),
+				ioImportEnv := System getEnvironmentVariable(&quot;IOIMPORT&quot;)
+				if(System platform == &quot;Windows&quot;,
+					ioImportEnv split(&quot;;&quot;) foreach(p,
+						directories appendIfAbsent(Path absolute(p) asSymbol)
+					)
+				,
+					ioImportEnv split(&quot;:&quot;) foreach(p,
+						directories appendIfAbsent(Path absolute(p) asSymbol)
+					)
+				)
+			)
 			directories foreach(folder,
 				path := Path with(folder, protoName .. &quot;.io&quot;) asSymbol
 				if(File with(path) exists,</diff>
      <filename>libs/iovm/io/Z_Importer.io</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a745be1db650961efcaa376cf104f265d34090b</id>
    </parent>
    <parent>
      <id>5b38171a94b07ef8aa85263a66cade163a23150d</id>
    </parent>
  </parents>
  <author>
    <name>Steve Dekorte</name>
    <email>steve@StevesLaptop-7.local</email>
  </author>
  <url>http://github.com/stevedekorte/io/commit/7003db6b69187e20fdd6257fb982eb604b7d4498</url>
  <id>7003db6b69187e20fdd6257fb982eb604b7d4498</id>
  <committed-date>2009-11-03T02:55:38-08:00</committed-date>
  <authored-date>2009-11-03T02:55:38-08:00</authored-date>
  <message>Merge git://github.com/jdp/io</message>
  <tree>2615db7714cc865a92e031b8c5314f13c8edab14</tree>
  <committer>
    <name>Steve Dekorte</name>
    <email>steve@StevesLaptop-7.local</email>
  </committer>
</commit>
