4e486db9b3
the perfect window for online applications like GMail, Photobucket, Facebook, EBay, Wikipedia, and countless others that user and developer momentum is shifting towards. WWW: http://live.gnome.org/OnlineDesktop PR: ports/124198 Submitted by: Ashish Shukla <wahjava at gmail.com>
16 lines
491 B
Python
16 lines
491 B
Python
--- pyonlinedesktop/widget.py~ 2008-04-23 23:06:43.000000000 +0530
|
|
+++ pyonlinedesktop/widget.py 2008-05-28 21:29:41.000000000 +0530
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/env python
|
|
|
|
import os,sys,re,urllib,urllib2,logging,webbrowser,tempfile,shutil
|
|
import cookielib,urlparse
|
|
@@ -188,4 +188,4 @@
|
|
oldv = getattr(self, k)
|
|
newv = self.__substitute_locale_msgs(oldv, msgs)
|
|
setattr(self, k, newv)
|
|
-
|
|
\ No newline at end of file
|
|
+
|