X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;h=043c186369c1f55fce114b230746f138d7bc2345;hb=15d8067c0a209a24d757b416107d92007529f01f;hp=8c7e925c83d59229d934a92268f571d4a23531c2;hpb=572259885af4d5858c3be5c2119ec7019e1ca617;p=notmuch diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 8c7e925c..043c1863 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) 2011-2014 David Bremner # W. Trevor King @@ -51,7 +51,7 @@ except ImportError: # Python 2 from urllib import unquote as _unquote -__version__ = '0.2' +__version__ = '0.3' _LOG = _logging.getLogger('nmbug') _LOG.setLevel(_logging.WARNING)