Fix broken example

This commit is contained in:
Jason Piper
2014-01-10 17:45:05 +00:00
parent 3d01b405b3
commit 77eab0c0e6
Regular → Executable
+2 -2
View File
@@ -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 '_':