From 19b2d19c45da8c4b30f760b1fd838cd81eb0cd10 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 20 Jul 2012 14:51:53 -0400 Subject: [PATCH] Rename git and time files so they don't conflict with other imports. --- earwigbot/commands/{git.py => git_command.py} | 0 earwigbot/commands/{time.py => time_command.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename earwigbot/commands/{git.py => git_command.py} (100%) rename earwigbot/commands/{time.py => time_command.py} (100%) diff --git a/earwigbot/commands/git.py b/earwigbot/commands/git_command.py similarity index 100% rename from earwigbot/commands/git.py rename to earwigbot/commands/git_command.py diff --git a/earwigbot/commands/time.py b/earwigbot/commands/time_command.py similarity index 100% rename from earwigbot/commands/time.py rename to earwigbot/commands/time_command.py