Fix project creation
This commit is contained in:
parent
b27e8e45ae
commit
67b5a79301
3 changed files with 9 additions and 3 deletions
|
@ -4,7 +4,7 @@ use v5.10.1;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use lib "../";
|
||||
use lib "../../";
|
||||
|
||||
use ACU::API::Base;
|
||||
use ACU::API::Projects;
|
||||
|
|
Reference in a new issue