Browse Source

Update with new module naming

Alois Mahdal 10 years ago
parent
commit
0b871acf0d
7 changed files with 7 additions and 0 deletions
  1. 1
    0
      bin/eeget.in
  2. 1
    0
      bin/eeiam.in
  3. 1
    0
      bin/eeln.in
  4. 1
    0
      bin/eemk.in
  5. 1
    0
      bin/eepush.in
  6. 1
    0
      bin/eerevert.in
  7. 1
    0
      bin/eewww.in

+ 1
- 0
bin/eeget.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 ffoo import yummy
8 9
 
9 10
 usage() {

+ 1
- 0
bin/eeiam.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 ffoo import recon
8 9
 
9 10
 

+ 1
- 0
bin/eeln.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 
8 9
 DEFAULT_TARGET=$HOME
9 10
 TRY_RELPATH=true

+ 1
- 0
bin/eemk.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 ffoo import proj_ol
8 9
 ffoo import testing
9 10
 ffoo import sw

+ 1
- 0
bin/eepush.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 ffoo import recon
8 9
 
9 10
 ORDER="$(iniread -p push.options.order push.ini)"

+ 1
- 0
bin/eerevert.in View File

@@ -4,6 +4,7 @@
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6 6
 ffoo import core
7
+ffoo import ini
7 8
 ffoo import recon
8 9
 
9 10
 usage() {

+ 1
- 0
bin/eewww.in View File

@@ -3,6 +3,7 @@
3 3
 . __FFOO_INIT__
4 4
 FFOO_INIPATH="__FFOO_INIPATH__"
5 5
 
6
+ffoo import ini
6 7
 ffoo import www
7 8
 ffoo import xorg
8 9