lib/epitech_api/gatherer.rb in epitech_api-0.1.3 vs lib/epitech_api/gatherer.rb in epitech_api-0.1.4

- old
+ new

@@ -1,7 +1,7 @@ -require 'epitech_api/DataTypes/promo' -require 'epitech_api/Managers/promo_manager' -require 'epitech_api/Managers/user_manager' +require_relative 'DataTypes/promo' +require_relative 'Managers/promo_manager' +require_relative 'Managers/user_manager' module EpitechApi class Gatherer \ No newline at end of file