diff doodle/import/new.d @ 29:960b408d3ac5

Builds and runs ok with builder now. Still heaps of cleaning up to do, especially code roughly imported from dog.
author Graham St Jack <graham.stjack@internode.on.net>
date Mon, 03 Aug 2009 23:19:55 +0930
parents 1754cb773d41
children
line wrap: on
line diff
--- a/doodle/import/new.d	Sun Aug 02 16:27:21 2009 +0930
+++ b/doodle/import/new.d	Mon Aug 03 23:19:55 2009 +0930
@@ -1,4 +1,6 @@
-import types;
+version(none) {
+
+//import doodle.import.types;
 import tango.util.collection.ArraySeq;
 
 interface IProperty {
@@ -38,3 +40,5 @@
     IGraphElement element();
     IGraphEdge[] edges();
 }
+
+}