Skip to content

Commit

Permalink
FIX: missing print_function imports (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjkern authored and corranwebster committed Sep 3, 2017
1 parent 3525daf commit acaaa4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/enable/latency_demo.py
@@ -1,6 +1,8 @@
"""
Test to see what level of click latency is noticeable.
"""
from __future__ import print_function

import time

from traits.api import Float
Expand Down
2 changes: 2 additions & 0 deletions examples/enable/view_bounds_test.py
@@ -1,6 +1,8 @@
"""
Demonstrates how clipping of objects occurs with the view_bounds parameter to draw().
"""
from __future__ import print_function

from enable.example_support import DemoFrame, demo_main

from enable.api import Container, Component, Scrolled, Window
Expand Down

0 comments on commit acaaa4d

Please sign in to comment.