Hook in the calendar and popen2 sections.
This commit is contained in:
parent
1c127e74af
commit
f8d50bfdb0
|
@ -107,6 +107,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
%\input{librand}
|
||||
\input{libarray}
|
||||
\input{libfileinput}
|
||||
\input{libcalendar}
|
||||
|
||||
\input{liballos} % Generic Operating System Services
|
||||
\input{libos}
|
||||
|
@ -140,6 +141,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libtermios}
|
||||
\input{libfcntl}
|
||||
\input{libposixfile}
|
||||
\input{libpopen2}
|
||||
\input{libresource}
|
||||
\input{libsyslog}
|
||||
\input{libstat}
|
||||
|
|
|
@ -107,6 +107,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
%\input{librand}
|
||||
\input{libarray}
|
||||
\input{libfileinput}
|
||||
\input{libcalendar}
|
||||
|
||||
\input{liballos} % Generic Operating System Services
|
||||
\input{libos}
|
||||
|
@ -140,6 +141,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libtermios}
|
||||
\input{libfcntl}
|
||||
\input{libposixfile}
|
||||
\input{libpopen2}
|
||||
\input{libresource}
|
||||
\input{libsyslog}
|
||||
\input{libstat}
|
||||
|
|
Loading…
Reference in New Issue