# 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))