mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
designed to integrate with Online Desktop and Mugshot WWW: http://live.gnome.org/OnlineDesktop/Sidebar PR: ports/124196 Submitted by: Ashish Shukla <wahjava at gmail.com>
8 lines
269 B
Python
8 lines
269 B
Python
--- bigboard/stocks/mail/MailStock.py~ 2008-04-29 02:40:59.000000000 +0530
|
|
+++ bigboard/stocks/mail/MailStock.py 2008-05-28 12:38:44.000000000 +0530
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
import logging, re, time, urllib2
|
|
|