#256: something in 5c425ab4fa breaks bibsched
------------------------+---------------------------------------------------
Reporter: jblayloc | Owner: bthiell
Type: defect | Status: assigned
Priority: major | Milestone:
Component: *general* | Version:
Resolution: | Keywords: Invenio bug
------------------------+---------------------------------------------------
Changes (by bthiell):
* owner: => bthiell
* status: new => assigned
Comment:
This is caused by my lack of comprehension of component packages imports.
For example, why does this work:
{{{
import os
os.path.join('/tmp', 'new_file')
}}}
and this doesn't:
{{{
import curses
curses.panel.toppanel()
}}}
??
Commit [http://github.com/badzil/My-
Invenio/commit/e5180c16bb263ddf0d340828e9834797e812cb06
e5180c16bb263ddf0d340828e9834797e812cb06] fixes the problem.
--
Ticket URL: <http://invenio-software.org/ticket/256#comment:1>
Invenio <http://invenio-software.org>