Skip to content

Commit

Permalink
[backend] ensure to use BSConfiguration at all places for the future
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 13, 2014
1 parent 0180b4a commit e3fac8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/backend/bs_dispatch
Expand Up @@ -44,7 +44,7 @@ use XML::Structured ':bytes';
use Storable;
use Build::Rpm; # for verscmp

use BSConfig;
use BSConfiguration;
use BSRPC;
use BSUtil;
use BSXML;
Expand Down
2 changes: 1 addition & 1 deletion src/backend/bs_getbinariesproxy
Expand Up @@ -36,7 +36,7 @@ use Data::Dumper;
use Storable ();
use Symbol;

use BSConfig;
use BSConfiguration;
use BSRPC ':https';
use BSServer;
use BSStdServer;
Expand Down
2 changes: 1 addition & 1 deletion src/backend/bs_service
Expand Up @@ -39,7 +39,7 @@ use Fcntl qw(:DEFAULT :flock);
use BSRPC;
use BSServer;
use BSStdServer;
use BSConfig;
use BSConfiguration;
use BSUtil;
use BSXML;
use BSHTTP;
Expand Down
2 changes: 1 addition & 1 deletion src/backend/bs_signer
Expand Up @@ -36,7 +36,7 @@ use XML::Structured ':bytes';
use Build;
use Storable;

use BSConfig;
use BSConfiguration;
use BSRPC;
use BSUtil;
use BSXML;
Expand Down
2 changes: 1 addition & 1 deletion src/backend/bs_sshgit
Expand Up @@ -28,7 +28,7 @@ BEGIN {

use XML::Structured ':bytes';

use BSConfig;
use BSConfiguration;
use BSUtil;
use BSVerify;
use BSAccess;
Expand Down
2 changes: 1 addition & 1 deletion src/backend/bs_warden
Expand Up @@ -34,7 +34,7 @@ use Digest::MD5 ();
use Fcntl qw(:DEFAULT :flock);
use XML::Structured ':bytes';

use BSConfig;
use BSConfiguration;
use BSRPC;
use BSUtil;
use BSXML;
Expand Down

0 comments on commit e3fac8a

Please sign in to comment.