]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Clean up a pyflakes error in a comment.
authorMonty Taylor <mordred@inaugust.com>
Thu, 16 May 2013 16:24:17 +0000 (09:24 -0700)
committerMonty Taylor <mordred@inaugust.com>
Fri, 17 May 2013 15:14:10 +0000 (08:14 -0700)
commit05d532cc384f3fb9d22a513765ea6c453cc030bf
treed45ee4a6ec027cc5e8b0602476a07dbe17700794
parent38ed88a0b698011560ebe74502e0ae4b93c71618
Clean up a pyflakes error in a comment.

This is a little-bit silly, but it's the last thing. pyflakes parses
python lines that are in docstring comments that are prefaced by >>>.
So, without the import, pyflakes complains about undefined import.

Change-Id: Ibac77367efb07b65b992694b2de19473ec9ef473
heat/engine/parser.py