Skip to content

Commit

Permalink
Merge pull request #55 from ftiff/master
Browse files Browse the repository at this point in the history
Fix an incompatibilty with kennethreitz/requests v2.11.1
  • Loading branch information
sheagcraig authored Sep 12, 2016
2 parents 0742e1a + fc07247 commit 1aef108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jss/distribution_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
from .tools import (is_osx, is_linux, is_package)


PKG_FILE_TYPE = 0
EBOOK_FILE_TYPE = 1
IN_HOUSE_APP_FILE_TYPE = 2
SCRIPT_FILE_TYPE = 3
PKG_FILE_TYPE = '0'
EBOOK_FILE_TYPE = '1'
IN_HOUSE_APP_FILE_TYPE = '2'
SCRIPT_FILE_TYPE = '3'


def auto_mounter(original):
Expand Down

0 comments on commit 1aef108

Please sign in to comment.