Closed
Bug 675441
Opened 14 years ago
Closed 14 years ago
ImportError: cannot import name Authentication
Categories
(Cloud Services :: Server: Core, defect)
Cloud Services
Server: Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 674768
People
(Reporter: infertux, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0.1) Gecko/20100101 Firefox/5.0.1
Build ID: 20110716083718
Steps to reproduce:
$ hg clone https://hg.mozilla.org/services/server-full
$ cd server-full
$ make build
$ bin/paster serve development.ini
Actual results:
Traceback (most recent call last):
[...]
File "/tmp/server-full/deps/server-storage/syncstorage/wsgiapp.py", line 41, in <module>
from services.baseapp import set_app, SyncServerApp, Authentication
ImportError: cannot import name Authentication
Expected results:
The server should start normally as in the previous release.
https://bugzilla.mozilla.org/show_bug.cgi?id=674768 breaks it.
Comment 1•14 years ago
|
||
Reopened bug 674768 with an patch attached.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•