On Wed, Apr 16, 2014 at 8:30 AM, Jacob Peck <[email protected]> wrote:
> Edward, perhaps we should cull the bzr_version.py file from the repo? Done at rev 8babb7ed1a4dfc432... Also, I revised leoVersion.py at rev a0413580bb5fa3b1... Among other things, it removes one of my pet peeves: if not use_git: <clause a> else: <clause b> To:: if use_git: <clause b> else: <clause a> EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
