[Date Prev ][Date Next ][Thread Prev ][Thread Next ][Date Index ][Thread Index ]
[IMP-dev] Define internal namespace in imp_module.py
To : List for IMP development <imp-dev@salilab.org imp-devATsalilab.org >
Subject : [IMP-dev] Define internal namespace in imp_module.py
From : Daniel Russel <drussel@gmail.com drusselATgmail.com >
Date : Tue, 9 Dec 2008 17:56:15 -0800
Domainkey-signature : a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=p+h7BVfdhdUJ8M9KoAOL/uM/KwgG9iTmm1dUUoDV9qiRJ2Y9bxA4xls+k1J7ZuGJsD Bb3EqSXhJmeUsqjaGHq0is/KaVOHuFjRhNU+yHfOlHZbp91YtwniDhOCDj8qMEgsCA/i Wtwxm1HyDIW8++PyPkmGBm5Cv7GcORPxUJs7o=
Reply-to : List for IMP development <imp-dev@salilab.org imp-devATsalilab.org >
Move the definition of the core::internal namespace to imp_module.py.
Now all modules have a uniform internal namespace called
modulename::internal to go along with the internal include directory.
Attachment:
internal
Description: Binary data
There are lots of extra includes of macros.h in core due to it being
defined elsewhere before, but those can wait.