← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 543: Moved back to python as default python interpreter

 

------------------------------------------------------------
revno: 543
committer: Stefan J. Betz <info@xxxxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Fri 2010-10-22 14:25:27 +0200
message:
  Moved back to python as default python interpreter
modified:
  Makefile
  pyNeighborhood
  pyNeighborhood-debug
  setup.py


--
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
=== modified file 'Makefile'
--- Makefile	2010-10-21 17:47:45 +0000
+++ Makefile	2010-10-22 12:25:27 +0000
@@ -1,4 +1,4 @@
-PYTHON=python2
+PYTHON=python
 DESTDIR=/usr/local
 ICONS=$(DESTDIR)/share/pyneighborhood/icons
 UIDEF=$(DESTDIR)/share/pyneighborhood/ui

=== modified file 'pyNeighborhood'
--- pyNeighborhood	2010-10-19 22:24:09 +0000
+++ pyNeighborhood	2010-10-22 12:25:27 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # 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-21 17:47:45 +0000
+++ pyNeighborhood-debug	2010-10-22 12:25:27 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # -*- coding:utf-8 -*-
 # Copyright (C) 2010 Stefan J. Betz <info@xxxxxxxxxxxxxxx>
 #

=== modified file 'setup.py'
--- setup.py	2010-10-21 17:47:45 +0000
+++ setup.py	2010-10-22 12:25:27 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #  pyNeighborhood -- SMB/CIFS Client
 #  Copyright (C) 2008 Stefan J. Betz
 #