diff --git a/shoutcast.py b/shoutcast.py index bcb4923..da03b7d 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -1,7 +1,10 @@ #!/usr/bin/env python - +# Copyright 2006 John-Mark Gurney '''Shoutcast Radio Feed''' +__version__ = '$Change$' +# $Id$ + import ConfigParser import StringIO import os.path