diff options
| author | stupidon <bhupendra.siyag@gmail.com> | 2016-03-15 22:04:03 +0100 |
|---|---|---|
| committer | stupidon <bhupendra.siyag@gmail.com> | 2016-03-15 22:04:03 +0100 |
| commit | 3da0e2d81c544a85cb940eef8c39f82cecbf8155 (patch) | |
| tree | f521be77e8f98c9e8fcd4647510a6a997cb4412c /server/core/Compute.php | |
| parent | eb37fe6b4868b280a8173c57500e1cfd3f77c7e7 (diff) | |
opencloud changes
Diffstat (limited to 'server/core/Compute.php')
| -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 { |
