You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jo...@apache.org on 2012/03/07 04:18:58 UTC

svn commit: r1297848 - /subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py

Author: joes
Date: Wed Mar  7 03:18:57 2012
New Revision: 1297848

URL: http://svn.apache.org/viewvc?rev=1297848&view=rev
Log:
oops local mod shouldnt have been in last commit

Modified:
    subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py

Modified: subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py?rev=1297848&r1=1297847&r2=1297848&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py (original)
+++ subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py Wed Mar  7 03:18:57 2012
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with