youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
403 stars 59 forks source link

Only import used function registry values. #60

Closed awbraunstein closed 8 years ago

awbraunstein commented 8 years ago

Keep track of what values are used from the function registry. Only add the import statements for values that are used.

awbraunstein commented 8 years ago

@kcomer Can you take a look at this change?

kcomer commented 8 years ago

LGTM