Skip to content

Commit 6a2875f

Browse files
committed
Move Whitelist contract to access directory
1 parent 72792a7 commit 6a2875f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

contracts/ownership/Whitelist.sol renamed to contracts/access/Whitelist.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pragma solidity ^0.4.23;
22

33

4-
import "./Ownable.sol";
5-
import "./rbac/RBAC.sol";
4+
import "../ownership/Ownable.sol";
5+
import "../ownership/rbac/RBAC.sol";
66

77

88
/**

contracts/mocks/WhitelistMock.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pragma solidity ^0.4.23;
22

3-
import "../ownership/Whitelist.sol";
4-
3+
import "../access/Whitelist.sol";
54

65
contract WhitelistMock is Whitelist {
76

0 commit comments

Comments
 (0)