Commit Graph

2127 Commits

Author SHA1 Message Date
Nick Hall
1cde34b45d Convert gui to use relative imports
svn: r20506
2012-10-03 15:34:50 +00:00
Nick Hall
3a52f3afcb Convert plug to use relative imports
svn: r20505
2012-10-03 15:27:41 +00:00
Nick Hall
c8f30e4c3e Convert selectors and merge to use relative imports
svn: r20504
2012-10-03 14:53:24 +00:00
Nick Hall
b62adcfeb3 Convert editors to use relative imports
svn: r20503
2012-10-03 14:43:06 +00:00
Benny Malengier
91e6df28c1 GEPS 026: Replace 'make' for Gramps build
Remove all makefile in gramps code
Still present: make for doc creation and make for webapp


svn: r20499
2012-10-03 08:46:04 +00:00
Benny Malengier
fa8af4dbcf Fix forgotten import from previous commit
svn: r20497
2012-10-03 07:47:28 +00:00
Benny Malengier
e6cd5b5d2d Coding Guidelines: relative and absolute imports, some fixes and shortenings
svn: r20496
2012-10-03 07:39:26 +00:00
Nick Hall
809c60fd77 Use relative imports in cli module
svn: r20495
2012-10-02 23:24:33 +00:00
Nick Hall
dcdb0935d1 Fix import
svn: r20494
2012-10-02 22:58:28 +00:00
Nick Hall
760806a7f9 Changes to imports - part 8
svn: r20493
2012-10-02 21:59:59 +00:00
Nick Hall
55c19e4180 Changes to imports - part 7
svn: r20492
2012-10-02 21:08:19 +00:00
Nick Hall
e96d4dd43f Changes to imports - part 6
svn: r20491
2012-10-02 20:49:07 +00:00
Nick Hall
80fbfd4d8c Remove redundant imports
svn: r20490
2012-10-02 20:13:17 +00:00
Nick Hall
d696b6be75 Changes to imports - part 5
svn: r20489
2012-10-02 20:04:29 +00:00
Nick Hall
186b27bf34 Changes to imports - part 4
svn: r20488
2012-10-02 19:59:22 +00:00
Nick Hall
a5c41d0566 Changes to imports - part 3
svn: r20487
2012-10-02 19:47:38 +00:00
Nick Hall
6b5318fa18 Changes to imports - part 2
svn: r20486
2012-10-02 19:34:37 +00:00
Nick Hall
2f87a2d38a Changes to imports - part 1
svn: r20485
2012-10-02 19:29:32 +00:00
Serge Noiraud
2924cac09a Geography: import problem from new tree.
svn: r20483
2012-10-02 18:48:16 +00:00
Benny Malengier
c7c8d4b0f0 Code guidelines: absolute import outside of submodule
svn: r20482
2012-10-02 11:45:19 +00:00
Benny Malengier
149298c52b GEP 026: replace make
* somewhere along the road, all of plugins dir was added to sys.path, this
   is not ok, we only needed lib on sys.path
 * As due to the GEP we can import from the plugin directory, better just
   import the lib modules needed, and avoid sys.path extension
 * At the same time this fixes a bug due to __init__.py being present, import
   of a file named equal to the plugin directory was importing the __init__.py, 
   not the intended file.
 


svn: r20481
2012-10-02 11:31:00 +00:00
Benny Malengier
0a34aa05b1 Fix error on relative import
svn: r20480
2012-10-02 10:30:52 +00:00
Benny Malengier
9832e6712e Coding Guidelines: relative import of gen in gen submodule
svn: r20479
2012-10-02 08:28:08 +00:00
Benny Malengier
47a612c36a Code guideline: move to relative import within gen module
svn: r20478
2012-10-01 20:53:08 +00:00
Benny Malengier
7bcccde1a6 Code guideline: relative imports
svn: r20475
2012-10-01 08:36:44 +00:00
Benny Malengier
4f5f419b78 GEPS 026: Replace 'make' for Gramps build
svn: r20467
2012-09-30 12:19:14 +00:00
Benny Malengier
326d604365 GEPS 026: Replace 'make' for Gramps build
If we want to use Gramps from the code directory, src should be called gramps to allow import


svn: r20466
2012-09-30 11:55:52 +00:00