diff orange/serialization/archives/ArchiveException.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 99c52d46822a
children
line wrap: on
line diff
--- a/orange/serialization/archives/ArchiveException.d	Wed Oct 06 16:18:02 2010 +0200
+++ b/orange/serialization/archives/ArchiveException.d	Tue Oct 19 10:22:10 2010 +0200
@@ -7,7 +7,7 @@
 module orange.serialization.archives.ArchiveException;
 
 import orange.serialization.SerializationException;
-import orange.util.string;
+import orange.core.string;
 
 class ArchiveException : SerializationException
 {