mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
-
This commit is contained in:
parent
c4e03ec27e
commit
1ae9201eb6
3 changed files with 21 additions and 5 deletions
24
dcommon.py
24
dcommon.py
|
@ -1,8 +1,24 @@
|
||||||
#!/usr/bin/env python2.4
|
# dcommon.py
|
||||||
#
|
#
|
||||||
# Deluge common class
|
# Copyright (C) Zach Tibbitts 2006 <zach@collegegeek.org>
|
||||||
# For functions and variables that
|
#
|
||||||
# need to be accessed globally.
|
# Deluge is free software.
|
||||||
|
#
|
||||||
|
# You may redistribute it and/or modify it under the terms of the
|
||||||
|
# GNU General Public License, as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option)
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
# dcommon.py is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
# See the GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with main.py. If not, write to:
|
||||||
|
# The Free Software Foundation, Inc.,
|
||||||
|
# 51 Franklin Street, Fifth Floor
|
||||||
|
# Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
import sys, os, webbrowser
|
import sys, os, webbrowser
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2.5
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# delugegtk.py
|
# delugegtk.py
|
||||||
#
|
#
|
||||||
|
|
0
dexml.py
0
dexml.py
Loading…
Add table
Add a link
Reference in a new issue