Ferran
unread,Sep 7, 2010, 7:00:24 PM9/7/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GoogleCL Discuss
Hi,
When working on Eclipse it's a little tedious to have a file named
"google" without the ".py" extension because it isn't recognized as a
python code and Eclipse give some problems debugging, checking code,
and so on.
I'm referring to 'src/google/google'. Can it be renamed to "google.py"
and create a new "google" file containing something like this?:
#!/bin/sh
google.py $*
With a change like this, updating from SVN and working with Eclipse
does not force to "rename before" and "rename after" updating.
Just a suggestion IMO ;-)
Ferran