diff examples/sleak/SleakExample.d @ 161:eb84f9418bbf

Change module names to this not have examples in the FQN.
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:24:27 +0200
parents 4a04b6759f98
children
line wrap: on
line diff
--- a/examples/sleak/SleakExample.d	Fri Aug 22 20:58:23 2008 +0200
+++ b/examples/sleak/SleakExample.d	Mon Sep 01 22:24:27 2008 +0200
@@ -7,7 +7,7 @@
  * Port to the D programming language
  *   Frank Benoit <benoit@tionex.de>
  */
-module examples.sleak.SleakExample;
+module sleak.SleakExample;
 
 import dwt.DWT;
 import dwt.graphics.DeviceData;