diff --git a/examples/get_each_args.py b/examples/get_each_args.py old mode 100644 new mode 100755 index b18c7ad..1f1e5a5 --- a/examples/get_each_args.py +++ b/examples/get_each_args.py @@ -1,10 +1,10 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -from clint import args +from clint.arguments import Args from clint.textui import puts, colored -all_args = args.grouped +all_args = Args().grouped for item in all_args: if item is not '_':