From 084dfd08b714faefaea77cb7dc04d2e93dc04b1d Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 16 Sep 2011 14:27:46 -0400 Subject: File reorganization to move toward standard python package layout --- color/__init__.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 color/__init__.py (limited to 'color/__init__.py') diff --git a/color/__init__.py b/color/__init__.py deleted file mode 100644 index a8e7550..0000000 --- a/color/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -from chromaticity import map_wavelength -from colormap import map_to_color -- cgit