From f0958234029096d869cc62d4ef54bab17ee179ec Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Wed, 23 Sep 2009 21:13:24 +0000 Subject: Use Glob() instead of glob.glob() --- doc/user/tasks.in | 3 +-- doc/user/tasks.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/user/tasks.in b/doc/user/tasks.in index 7be3562..c51ad36 100644 --- a/doc/user/tasks.in +++ b/doc/user/tasks.in @@ -35,8 +35,7 @@ tasks and how to implement them in &Python;. Wildcard globbing to create a list of filenames -import glob -files = glob.glob(wildcard) +files = Glob(wildcard) diff --git a/doc/user/tasks.xml b/doc/user/tasks.xml index 7be3562..c51ad36 100644 --- a/doc/user/tasks.xml +++ b/doc/user/tasks.xml @@ -35,8 +35,7 @@ tasks and how to implement them in &Python;. Wildcard globbing to create a list of filenames -import glob -files = glob.glob(wildcard) +files = Glob(wildcard) -- cgit v0.12