aboutsummaryrefslogtreecommitdiffstats
path: root/src/sap/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/sap/client.rb')
-rw-r--r--src/sap/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sap/client.rb b/src/sap/client.rb
index e89cc07..9eaed0a 100644
--- a/src/sap/client.rb
+++ b/src/sap/client.rb
@@ -19,7 +19,7 @@ Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
# this is the client part of the SAP
# it implements the state machine for the client
-require './sap/common.rb'
+require_relative 'common'
# this is an abstract class
# TODO :