Changeset 6f110cc in rtems-docs for rtemsconfig/conf.py


Ignore:
Timestamp:
02/08/19 08:41:45 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
fa5a960
Parents:
0e46b34
git-author:
Sebastian Huber <sebastian.huber@…> (02/08/19 08:41:45)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/08/19 08:43:16)
Message:

build: Prepend project common path

This avoids conflicts with standard packages such as PIL (Python Imaging
Library).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtemsconfig/conf.py

    r0e46b34 r6f110cc  
    11import sys, os
    2 sys.path.append(os.path.abspath('../common/'))
     2sys.path.insert(0, os.path.abspath('../common/'))
    33
    44from conf import *
Note: See TracChangeset for help on using the changeset viewer.