Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Nov 26, 2010
1 parent bd3e786 commit 6470274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/fanstatic/tests/view.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from fanstatic import Library, ResourceInclusion, get_current_needed_inclusions
from fanstatic import Library, ResourceInclusion
from fanstatic import get_current_needed_inclusions

foo = Library("foo", "foo_dir")

Expand Down

0 comments on commit 6470274

Please sign in to comment.