diff options
| author | stupidon <bhupendra.siyag@gmail.com> | 2016-03-15 22:04:31 +0100 |
|---|---|---|
| committer | stupidon <bhupendra.siyag@gmail.com> | 2016-03-15 22:04:31 +0100 |
| commit | 3c1ac3a13d309d3ce46b80bac51b83ee6e25e369 (patch) | |
| tree | 2cfcd679a19b5d927cafa21bf289b2be22587fb4 | |
| parent | 03ef74d0cfe675a6e18a91f039182ca1b248d8f5 (diff) | |
| parent | 3da0e2d81c544a85cb940eef8c39f82cecbf8155 (diff) | |
Merge branch 'compute' into develop
| -rw-r--r-- | server/core/Compute.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/core/Compute.php b/server/core/Compute.php index f02eb8b..64a88aa 100644 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -1,7 +1,6 @@ <?php //namespace istic-openstack\Server\core; -// TODO introduce error-handling based on errors specific to the compute module -use OpenStack\Common\Error; +use OpenCloud\Common\Error; class compute { |
