Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Mushegian committed Jan 19, 2016
1 parent d6f138f commit abe8353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sol/factory/factory.sol
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import 'auth/basic_authority.sol';
import 'data/balance_db.sol';
import 'data/approval_db.sol';
import 'gov/easy_multisig.sol';
import 'token/controller.sol';
import 'token/frontend.sol';

import 'factory/auth_factory.sol';
import 'factory/data_factory.sol';
import 'factory/token_factory.sol';
import 'factory/multisig_factory.sol';
Expand Down

0 comments on commit abe8353

Please sign in to comment.