From: Adriana Draghici Date: Tue, 26 Jan 2010 10:02:53 +0000 (+0200) Subject: bt_comm - added more defines in Util.py X-Git-Tag: getopt_long~209 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=41d88dfc9461e7e3bf71f10168514de39566740c;p=cs-p2p-next.git bt_comm - added more defines in Util.py --- diff --git a/bt_comm/Util.py b/bt_comm/Util.py index c844044..fa53b4e 100644 --- a/bt_comm/Util.py +++ b/bt_comm/Util.py @@ -21,3 +21,13 @@ DL_LIMIT_OPTION = "download_limit_option" PORT_OPTION = "port_option" LOG_DIR_OPTION = "logging_dir_option" DL_DIR_OPTION = "download_dir_option" + + +#xml tags from swarm.xml +BASE_DIR = "base" +UP_LIMIT = "upload_limit" +DL_LIMIT = "download_limit" +DL_DIR = "download_dir" +LOG_DIR = "logging_dir" +PORT = "port" + diff --git a/bt_comm/xml/.clients.xml.swp b/bt_comm/xml/.clients.xml.swp deleted file mode 100644 index 9d64450..0000000 Binary files a/bt_comm/xml/.clients.xml.swp and /dev/null differ diff --git a/bt_comm/xml/.nodes.xml.swp b/bt_comm/xml/.nodes.xml.swp deleted file mode 100644 index 2fe4261..0000000 Binary files a/bt_comm/xml/.nodes.xml.swp and /dev/null differ