← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 544: Added python2 compatibility patch

 

------------------------------------------------------------
revno: 544
committer: Stefan J. Betz <info@xxxxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Fri 2010-10-22 14:49:36 +0200
message:
  Added python2 compatibility patch
added:
  patches/
  patches/python2.patch


--
lp:pyneighborhood
https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel

Your team pyNeighborhood is subscribed to branch lp:pyneighborhood.
To unsubscribe from this branch go to https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel/+edit-subscription
=== added directory 'patches'
=== added file 'patches/python2.patch'
--- patches/python2.patch	1970-01-01 00:00:00 +0000
+++ patches/python2.patch	2010-10-22 12:49:36 +0000
@@ -0,0 +1,40 @@
+=== modified file 'Makefile'
+--- Makefile	2010-10-22 12:25:27 +0000
++++ Makefile	2010-10-22 12:47:03 +0000
+@@ -1,4 +1,4 @@
+-PYTHON=python
++PYTHON=python2
+ DESTDIR=/usr/local
+ ICONS=$(DESTDIR)/share/pyneighborhood/icons
+ UIDEF=$(DESTDIR)/share/pyneighborhood/ui
+
+=== modified file 'pyNeighborhood'
+--- pyNeighborhood	2010-10-22 12:25:27 +0000
++++ pyNeighborhood	2010-10-22 12:47:09 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # Copyright (C) 2007 Stefan J. Betz
+ #
+ # This program is free software: you can redistribute it and/or modify
+
+=== modified file 'pyNeighborhood-debug'
+--- pyNeighborhood-debug	2010-10-22 12:25:27 +0000
++++ pyNeighborhood-debug	2010-10-22 12:47:16 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # -*- coding:utf-8 -*-
+ # Copyright (C) 2010 Stefan J. Betz <info@xxxxxxxxxxxxxxx>
+ #
+
+=== modified file 'setup.py'
+--- setup.py	2010-10-22 12:25:27 +0000
++++ setup.py	2010-10-22 12:47:21 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #  pyNeighborhood -- SMB/CIFS Client
+ #  Copyright (C) 2008 Stefan J. Betz
+ #
+