summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-11-03 17:42:50 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-11-03 17:42:50 -0500
commit00a2d0cb75fdb527f1db7ae8a74fc3a9399186ef (patch)
treee2d991d17c7db1cef2cf66ba8d0c044662b4f7a4 /contrib
parent7fcb799040c30ca56d217351068256a05114d4b4 (diff)
downloadcobbler-00a2d0cb75fdb527f1db7ae8a74fc3a9399186ef.tar.gz
cobbler-00a2d0cb75fdb527f1db7ae8a74fc3a9399186ef.tar.xz
cobbler-00a2d0cb75fdb527f1db7ae8a74fc3a9399186ef.zip
Moved the implementation of the reposync code back to action_reposync.py and did some general cleanup. Also some work on XMLRPC RW tests (not finished).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ruby/lib/cobbler/system.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ruby/lib/cobbler/system.rb b/contrib/ruby/lib/cobbler/system.rb
index 2322bc7c..398f9934 100644
--- a/contrib/ruby/lib/cobbler/system.rb
+++ b/contrib/ruby/lib/cobbler/system.rb
@@ -95,4 +95,4 @@ module Cobbler
System.new(attrs)
end
end
-end \ No newline at end of file
+end