move con to cont because protected Namespace on Windows
- root authored
File renamed with no changes. Show file contents
On Windows are forbidden file names, https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions change con to cont tho not get in conflict.
The Fix is untested!