From 6a9178dc56e733bb1c1bd6330ab50bae4ecc4820 Mon Sep 17 00:00:00 2001 From: Theo Steininger <theo.steininger@ultimanet.de> Date: Fri, 12 May 2017 00:19:54 +0200 Subject: [PATCH] dummy move of files 2. --- nifty/plotting/{plotter_ => plotter}/__init__.py | 0 nifty/plotting/{plotter_ => plotter}/healpix_plotter.py | 0 nifty/plotting/{plotter_ => plotter}/plotter.py | 0 nifty/plotting/{plotter_ => plotter}/power_plotter.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename nifty/plotting/{plotter_ => plotter}/__init__.py (100%) rename nifty/plotting/{plotter_ => plotter}/healpix_plotter.py (100%) rename nifty/plotting/{plotter_ => plotter}/plotter.py (100%) rename nifty/plotting/{plotter_ => plotter}/power_plotter.py (100%) diff --git a/nifty/plotting/plotter_/__init__.py b/nifty/plotting/plotter/__init__.py similarity index 100% rename from nifty/plotting/plotter_/__init__.py rename to nifty/plotting/plotter/__init__.py diff --git a/nifty/plotting/plotter_/healpix_plotter.py b/nifty/plotting/plotter/healpix_plotter.py similarity index 100% rename from nifty/plotting/plotter_/healpix_plotter.py rename to nifty/plotting/plotter/healpix_plotter.py diff --git a/nifty/plotting/plotter_/plotter.py b/nifty/plotting/plotter/plotter.py similarity index 100% rename from nifty/plotting/plotter_/plotter.py rename to nifty/plotting/plotter/plotter.py diff --git a/nifty/plotting/plotter_/power_plotter.py b/nifty/plotting/plotter/power_plotter.py similarity index 100% rename from nifty/plotting/plotter_/power_plotter.py rename to nifty/plotting/plotter/power_plotter.py -- GitLab