From 11e157b825a03db256d3083a2efe721179724bb0 Mon Sep 17 00:00:00 2001 From: osmala <ossi.laine@utu.fi> Date: Thu, 3 Dec 2020 21:15:14 +0200 Subject: [PATCH] Move scripts which are executed outside app context to own folder --- plot_image.py => scripts/plot_image.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plot_image.py => scripts/plot_image.py (100%) diff --git a/plot_image.py b/scripts/plot_image.py similarity index 100% rename from plot_image.py rename to scripts/plot_image.py -- GitLab