Skip to content

Commit

Permalink
[fix] compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Nov 1, 2013
1 parent 0303fc7 commit f2b8f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parltrack/scrapers/amendments.py
Expand Up @@ -21,12 +21,12 @@
from parltrack.utils import fetch_raw, fetch, unws, logger, jdump, diff
from parltrack.views.views import getMep
from tempfile import mkstemp
from pbs import pdftotext
from sh import pdftotext
from mappings import COMMITTEE_MAP
from datetime import datetime
from parltrack.db import db
from dateutil.parser import parse
from flaskext.mail import Message
from flask.ext.mail import Message
from parltrack.default_settings import ROOT_URL
from parltrack.webapp import mail
from urllib import quote_plus
Expand Down
2 changes: 1 addition & 1 deletion parltrack/webapp.py
Expand Up @@ -20,7 +20,7 @@

import os, re, copy, csv, cStringIO, json, sys, itertools, diff_match_patch, urllib
from pymongo import Connection
from flaskext.mail import Mail, Message
from flask.ext.mail import Mail, Message
from flask.ext.cache import Cache
from flask import Flask, render_template, request, jsonify, abort, redirect, Response
from datetime import datetime, date, timedelta
Expand Down
2 changes: 1 addition & 1 deletion pip-requirements.txt
@@ -1,4 +1,4 @@
pbs
sh
diff_match_patch
Flask
Flask-Cache>=0.3.2
Expand Down

0 comments on commit f2b8f32

Please sign in to comment.