diff orange/util/CTFE.d @ 26:78e5fef4bbf2 experimental

Third step in refactoring the API. Stating to add unit tests.
author Jacob Carlborg <doob@me.com>
date Tue, 19 Oct 2010 10:22:10 +0200
parents ea37a9470e3e
children 511d1ef4e299
line wrap: on
line diff
--- a/orange/util/CTFE.d	Wed Oct 06 16:18:02 2010 +0200
+++ b/orange/util/CTFE.d	Tue Oct 19 10:22:10 2010 +0200
@@ -6,7 +6,7 @@
  */
 module orange.util.CTFE;
 
-import orange.util.string;
+import orange.core.string;
 import orange.util.Traits;
 
 template format (ARGS...)