From 48eb996a2e5e150c49705bb3531503a9b9e2f828 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 00:26:11 +0200 Subject: [PATCH] remove useless filename prefix Signed-off-by: Steven Armstrong --- lib/cdist/test/exec/{test_local.py => local.py} | 0 lib/cdist/test/exec/{test_remote.py => remote.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/cdist/test/exec/{test_local.py => local.py} (100%) rename lib/cdist/test/exec/{test_remote.py => remote.py} (100%) diff --git a/lib/cdist/test/exec/test_local.py b/lib/cdist/test/exec/local.py similarity index 100% rename from lib/cdist/test/exec/test_local.py rename to lib/cdist/test/exec/local.py diff --git a/lib/cdist/test/exec/test_remote.py b/lib/cdist/test/exec/remote.py similarity index 100% rename from lib/cdist/test/exec/test_remote.py rename to lib/cdist/test/exec/remote.py