Skip to content

Commit

Permalink
Backport r27200 from trunk.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/branches/release-0-24-fixes@27201 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
wagnerrp committed Nov 12, 2010
1 parent 6754905 commit cf098b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/mythproto.py
Expand Up @@ -188,7 +188,7 @@ def ftopen(file, mode, forceremote=False, nooverwrite=False, db=None, \
db = DBCache(db)
log = MythLog('Python File Transfer', db=db)
reuri = re.compile(\
'myth://((?P<group>.*)@)?(?P<host>[a-zA-Z0-9_\.]*)(:[0-9]*)?/(?P<file>.*)')
'myth://((?P<group>.*)@)?(?P<host>[a-zA-Z0-9_\-\.]*)(:[0-9]*)?/(?P<file>.*)')
reip = re.compile('(?:\d{1,3}\.){3}\d{1,3}')

if mode not in ('r','w'):
Expand Down

0 comments on commit cf098b7

Please sign in to comment.