From f0069c0e8cd98daf5bc6f001fe75f5e093a3053e Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 26 Jan 2016 17:33:34 -0600 Subject: [PATCH] Don't shadow the builtin commands module This is only really relevant for ST2, which doesn't place package contents into their own module... but requires that all commands be exposed in a top- level file. Fixes #458. --- commands.py => git_commands.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename commands.py => git_commands.py (100%) diff --git a/commands.py b/git_commands.py similarity index 100% rename from commands.py rename to git_commands.py