From dd3a079d62f6d702efa066a1d47cf5129b281e16 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Wed, 4 Oct 2023 13:11:10 +0530 Subject: rm redundant code Signed-off-by: Pratyush Desai --- osrc/watbot_cli.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 osrc/watbot_cli.py (limited to 'osrc/watbot_cli.py') diff --git a/osrc/watbot_cli.py b/osrc/watbot_cli.py deleted file mode 100644 index 1dbadf6..0000000 --- a/osrc/watbot_cli.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/python - -from watbot_config import WatbotConfig -from watbot_db import WatbotDB -from watbot_game import WatbotGame -from watbot_console import WatbotConsole - -import sys - -if len(sys.argv) > 1: - - db = WatbotDB(WatbotConfig) - game = WatbotGame(WatbotConfig, db) - con = WatbotConsole(WatbotConfig, game, sys.argv[1]) - - con.main_loop() -else: - print "usage: " + sys.argv[0] + " " - \ No newline at end of file -- cgit v1.2.3