summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-09-23 09:45:27 -0400
committerPaul W. Frields <stickster@gmail.com>2009-09-23 09:45:27 -0400
commitcc3f48cbe3b8cc489f112e67940da5c4568d8fea (patch)
tree80d206c0f95dd251360e4656ca20f57568650a6a
parent82d83813ceb0a4741a699308dd0f0d74d79db74c (diff)
downloadpulsecaster-cc3f48cbe3b8cc489f112e67940da5c4568d8fea.tar.gz
pulsecaster-cc3f48cbe3b8cc489f112e67940da5c4568d8fea.tar.xz
pulsecaster-cc3f48cbe3b8cc489f112e67940da5c4568d8fea.zip
Remove obsolete script
-rw-r--r--pulsecaster.py29
1 files changed, 0 insertions, 29 deletions
diff --git a/pulsecaster.py b/pulsecaster.py
deleted file mode 100644
index 969ec2a..0000000
--- a/pulsecaster.py
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/python
-#
-# Copyright (C) 2009 Paul W. Frields
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-#
-# Author: Paul W. Frields <stickster@gmail.com>
-
-import os, sys
-from pulseaudio.PulseObj import *
-from pulsecaster.ui import *
-
-# Yay, crack!
-sys.path.append(os.getcwd())
-
-pc = PulseCasterUI()
-gtk.main()