This is in r41.
Thanks!
On 10/6/05, Elvelind Grandin <[EMAIL PROTECTED]> wrote:
>
> Index: turbogears/command/quickstart.py
> ===================================================================
> --- turbogears/command/quickstart.py (revision 40)
> +++ turbogears/command/quickstart.py (working copy)
> @@ -94,8 +94,9 @@
> self._process_template(os.path.join(root, f),
> os.path.join(newpath, newf))
>
> - os.chdir(self.package)
> - sys.argv = ["setup.py", "egg_info"]
> - import imp
> - imp.load_module("setup", *imp.find_module("setup", ["."]))
> -
> \ No newline at end of file
> + if not self.dry_run:
> + os.chdir(self.package)
> + sys.argv = ["setup.py", "egg_info"]
> + import imp
> + imp.load_module("setup", *imp.find_module("setup", ["."]))
> +
>
> --
> cheers
> elvelind grandin
>
--
Kevin Dangoor
Author of the Zesty News RSS newsreader
email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com