diff options
-rwxr-xr-x | GitAutoDeploy.py | 2 | ||||
-rwxr-xr-x | bin/gad-server (renamed from bin/git-auto-deploy) | 0 | ||||
-rw-r--r-- | gitautodeploy/__init__.py | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py index 8816923..6313eba 100755 --- a/GitAutoDeploy.py +++ b/GitAutoDeploy.py @@ -4,5 +4,5 @@ if __name__ == '__main__': import sys import os import gitautodeploy - sys.stderr.write("\033[1;33m[WARNING]\033[0;33m GitAutoDeploy.py is deprecated. Please use \033[1;33m'bin/gitautodeploy%s'\033[0;33m instead.\033[0m\n" % (' ' + ' '.join(sys.argv[1:])).strip()) + sys.stderr.write("\033[1;33m[WARNING]\033[0;33m GitAutoDeploy.py is deprecated. Please use \033[1;33m'bin/gad-server%s'\033[0;33m instead.\033[0m\n" % (' ' + ' '.join(sys.argv[1:])).strip()) gitautodeploy.main() diff --git a/bin/git-auto-deploy b/bin/gad-server index 0d3e492..0d3e492 100755 --- a/bin/git-auto-deploy +++ b/bin/gad-server diff --git a/gitautodeploy/__init__.py b/gitautodeploy/__init__.py index b870eda..023961a 100644 --- a/gitautodeploy/__init__.py +++ b/gitautodeploy/__init__.py @@ -2,4 +2,3 @@ from wrappers import * from lock import * from parsers import * from gitautodeploy import * -from exceptions import * |