Skip to content

Commit

Permalink
Merge pull request #346 from dmitriy-serdyuk/wrapped-in-legacy-python
Browse files Browse the repository at this point in the history
Get `wraps` function from six
  • Loading branch information
bartvm committed Apr 13, 2016
2 parents f31f729 + f507752 commit 51e8f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/converters/base.py
@@ -1,7 +1,7 @@
import os
import sys
from contextlib import contextmanager
from functools import wraps
from six import wraps

import numpy
from progressbar import (ProgressBar, Percentage, Bar, ETA)
Expand Down

0 comments on commit 51e8f0d

Please sign in to comment.