This commit is contained in:
parent
c4e03ec27e
commit
1ae9201eb6
24
dcommon.py
24
dcommon.py
|
@ -1,8 +1,24 @@
|
|||
#!/usr/bin/env python2.4
|
||||
# dcommon.py
|
||||
#
|
||||
# Deluge common class
|
||||
# For functions and variables that
|
||||
# need to be accessed globally.
|
||||
# Copyright (C) Zach Tibbitts 2006 <zach@collegegeek.org>
|
||||
#
|
||||
# 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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2.5
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# delugegtk.py
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue