bt_comm - added more defines in Util.py
authorAdriana Draghici <adriana008@gmail.com>
Tue, 26 Jan 2010 10:02:53 +0000 (12:02 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Tue, 26 Jan 2010 10:02:53 +0000 (12:02 +0200)
bt_comm/Util.py
bt_comm/xml/.clients.xml.swp [deleted file]
bt_comm/xml/.nodes.xml.swp [deleted file]

index c844044..fa53b4e 100644 (file)
@@ -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 (file)
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 (file)
index 2fe4261..0000000
Binary files a/bt_comm/xml/.nodes.xml.swp and /dev/null differ