Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / options / Options.sip
index 7ce552dc65ab60624387301469fbfd7288d08f10..77da1cdb2490fbec707497b1dc45fd346e480471 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 
 %Module gromacs.Options
 
-%Include string.sip
+%DefaultEncoding "UTF-8"
+
+%Import selection/Selection.sip
 
 %Include options.sip
+%Include abstractoption.sip
+%Include ioptionscontainer.sip
+%Include pyoptionsholder.sip
+
+// This has to be here, instead of 'gromacs.Selection', because otherwise we'll get circular dependencies between sip modules
+%Include selectionoption.sip
+%Include basicoptions.sip
+%Include filenameoption.sip