Skip to content

Commit

Permalink
Downgrade the pastebin module
Browse files Browse the repository at this point in the history
The 1.1.1 release has some issues with naming in imports. 1.1.0 doesn't seem to, so use that instead.
  • Loading branch information
scottrice committed Jan 24, 2016
1 parent f974197 commit 4152a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ice/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

import Pastebin as pastebin
import pastebin

import filesystem
import paths
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appdirs==1.2.0
pastebin==1.1.1
pastebin==1.1.0
psutil==2.1.1
pysteam==1.0.0-b2

0 comments on commit 4152a88

Please sign in to comment.