From 8f47147edd599a59b13d1c4602995971afb6b9df Mon Sep 17 00:00:00 2001 From: sebnapi Date: Sun, 10 May 2009 18:53:15 +0000 Subject: Py_load_File in own file --- Py_Load_File.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Py_Load_File.py (limited to 'Py_Load_File.py') diff --git a/Py_Load_File.py b/Py_Load_File.py new file mode 100644 index 000000000..d5427ae24 --- /dev/null +++ b/Py_Load_File.py @@ -0,0 +1,18 @@ +from download_thread import Status + +class PyLoadFile: + """ represents the url or file + """ + def __init__(self, parent, url): + self.parent = parent + self.id = None + self.plugin = None + self.url = url + self.download_folder = "" + self.status = Status() + + def _get_my_plugin(): + plugins = parent.get_avail_plugins() + + + \ No newline at end of file -- cgit v1.2.3