Wrong import path in bin/desktopcouch-get-port

Bug #696972 reported by Eric Casteleijn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
desktopcouch
Fix Released
High
Eric Casteleijn

Bug Description

bin/desktopcouch-get-port does:

import desktopcouch
...
desktopcouch.application.platform.find_port()

which does not work. This should be changed to:

from desktopcouch.application import platform
...
platform.find_port()

and we should check that this does not happen elsewhere.

Related branches

Changed in desktopcouch:
assignee: nobody → Eric Casteleijn (thisfred)
Changed in desktopcouch:
status: Triaged → In Progress
Changed in desktopcouch:
status: In Progress → Fix Committed
Changed in desktopcouch:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.