Skip to content

Commit

Permalink
Increase version number to 1.5
Browse files Browse the repository at this point in the history
also remove unused import
  • Loading branch information
lpouillo committed Nov 25, 2015
1 parent 426e89c commit 89274c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions funk
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ from execo_g5k.oargrid import get_oargridsub_commandline, \
from execo_g5k.oar import get_oarsub_commandline, oarsub, format_oar_date, \
format_oar_duration
from execo.time_utils import timedelta_to_seconds, format_date
from json import dumps

__version__ = '1.5-dev'
__version__ = '1.5'


def main(args=None):
Expand Down Expand Up @@ -511,7 +510,7 @@ def json_output(cmd, slots, resources_wanted, args):
f.write(json.dumps(data, sort_keys=True))
f.close()
else:
print json.dumps(data)
print json.dumps(data, sort_keys=True)

if __name__ == "__main__":
main()

0 comments on commit 89274c2

Please sign in to comment.