Fixed to run and pass all tests.
[librarian.git] / tests / utils.py
old mode 100755 (executable)
new mode 100644 (file)
index ea90626..0c6f8d4
 #    You should have received a copy of the GNU Affero General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+from __future__ import with_statement
 from os.path import realpath, join, dirname
 import glob
 import os
 
-
 def get_fixture_dir(dir_name):
     """Returns path to fixtures directory dir_name."""
     return realpath(join(dirname(__file__), 'files', dir_name))