This commit is contained in:
Zach Tibbitts 2006-12-08 19:06:49 +00:00
parent c4e03ec27e
commit 1ae9201eb6
3 changed files with 21 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.5
#!/usr/bin/env python
#
# delugegtk.py
#

View File