Skip to content

Commit

Permalink
Fix tests: import absolute_import in test_dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Leclercq committed Mar 12, 2015
1 parent 96d49f6 commit 082c727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dataflow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import

import functools
import mock
Expand Down

0 comments on commit 082c727

Please sign in to comment.