Advertisement
Guest User

[Diff] mediagoblin OrderedDict (bug?)

a guest
Aug 30th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. diff --git a/mediagoblin/processing/__init__.py b/mediagoblin/processing/__init_
  2. index 361a973..6bbcfb8 100644
  3. --- a/mediagoblin/processing/__init__.py
  4. +++ b/mediagoblin/processing/__init__.py
  5. @@ -14,7 +14,7 @@
  6.  # You should have received a copy of the GNU Affero General Public License
  7.  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  8.  
  9. -from collections import OrderedDict
  10. +from ordereddict import OrderedDict
  11.  import logging
  12.  import os
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement