From fe1174603032515786f9cdcf70bd7fa798cbe01c Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Thu, 27 Jul 2017 08:19:13 +0200 Subject: Fix imports --- src/framework/create_group.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/framework') diff --git a/src/framework/create_group.rs b/src/framework/create_group.rs index 5c36e4d..74d8a82 100644 --- a/src/framework/create_group.rs +++ b/src/framework/create_group.rs @@ -1,6 +1,6 @@ -pub use ext::framework::command::{Command, CommandGroup, CommandType}; -pub(crate) use ext::framework::command::CommandOrAlias; -pub use ext::framework::create_command::CreateCommand; +pub use super::command::{Command, CommandGroup, CommandType}; +pub(crate) use super::command::CommandOrAlias; +pub use super::create_command::CreateCommand; use std::default::Default; use std::sync::Arc; -- cgit v1.2.3