annotate addon/private_import_A.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents cb22f2d42678
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
1 module addon.private_import_A;
90
5a0c46ed4e4a simplified private_import (step 1/2)
thomask
parents:
diff changeset
2
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
3 private import addon.private_import_B;
101
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
4
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
5 class FooA {
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
6
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
7 }
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
8