diff trunk/src/dil/Information.d @ 326:4a7359b88c11

- Added package 'dil' to module declarations.
author aziz
date Tue, 21 Aug 2007 16:35:04 +0000
parents 540ec3753263
children a48a987f7515
line wrap: on
line diff
--- a/trunk/src/dil/Information.d	Tue Aug 21 16:28:05 2007 +0000
+++ b/trunk/src/dil/Information.d	Tue Aug 21 16:35:04 2007 +0000
@@ -2,7 +2,7 @@
   Author: Aziz Köksal
   License: GPL3
 +/
-module Information;
+module dil.Information;
 import Messages;
 import std.stdarg;